{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if subsession.round_number != C.NUM_ROUNDS %} Payoff report for period {{subsession.round_number}} of {{C.NUM_ROUNDS}} {% else %} Payoff for study {% endif %} {% endblock %} {% block content %} {% if subsession.round_number != C.NUM_ROUNDS %}
Next, you will make decisions for period {{ next_round }}.
{% else %}This was the final period. A lottery randomly selected the Period that Counts to be {{group.random_period}}. Your payoff in that period was {{participant.payoff|c}}. You can see your choices and payoffs for each period in the table below.
To complete the study, please complete a short questionnaire about yourself and your behavior during the experiment.
{% endif %}| Period | Payoff | Salary | Additional compensation | Profit | Bonus to employee | {% if subsession.round_number == C.NUM_ROUNDS %}Period that Counts | {% endif %}||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{period.round_number}} | {{period.payoff_supervisor}} | {{C.SUPERVISOR_ENDOWMENT}} | {{period.supervisor_bonus}} | {{period.profit}} | {{period.bonus}} | {% if subsession.round_number == C.NUM_ROUNDS %} {% if period.round_number == group.random_period %}Yes | {% else %}No | {% endif %} {% endif %}|||||
| Period | Payoff | Salary | Additional compensation | Profit | Number of winning balls bought by employee | Bonus to employee | {% if subsession.round_number == C.NUM_ROUNDS %}Period that Counts | {% endif %}|||||
| {{ period.round_number }} | {{period.payoff_supervisor}} | {{C.SUPERVISOR_ENDOWMENT}} | {{period.supervisor_bonus}} | {{period.profit}} | {{period.effort}} | {{period.bonus}} | {% if subsession.round_number == C.NUM_ROUNDS %} {% if period.round_number == group.random_period %}Yes | {% else %}No | {% endif %} {% endif %}||||
| Period | Payoff | Salary | Additional compensation | Profit | Number of winning balls bought by employee | Bonus to employee | {% if subsession.round_number == C.NUM_ROUNDS %}Period that Counts | {% endif %}|||||
| {{ period.round_number }} | {% if subsession.round_number == C.NUM_ROUNDS %}{{period.payoff_supervisor}} | {{C.SUPERVISOR_ENDOWMENT}} | {{period.supervisor_bonus}} | {{period.profit}} | {% else %}Will be displayed after last period | {{C.SUPERVISOR_ENDOWMENT}} | Will be displayed after last period | Will be displayed after last period | {%endif%}{{period.effort}} | {{period.bonus}} | {% if subsession.round_number == C.NUM_ROUNDS %} {% if period.round_number == group.random_period %}Yes | {% else %}No | {% endif %} {% endif %}
{% next_button %}
{% endblock %} {% block scripts %} {% endblock %}