{% 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 %} {% if group.is_disaggregate_treatment %} {% endif %} {% if subsession.round_number == C.NUM_ROUNDS %} {% endif %} {% for period in group_periods %} {% if period.collected_expensive_info %} {% else %} {%endif%} {% if group.is_disaggregate_treatment %} {% endif %} {% if subsession.round_number == C.NUM_ROUNDS %} {% if period.round_number == group.random_period %} {% else %} {% endif %} {% endif %} {%endfor%}
Period Employee investment in Project A Employee investment in Project B Employee investment in Project CBonus awarded for Project A Bonus awarded for Project B Bonus awarded for Project CTotal bonusBase amount Return on employee effort Cost of collecting information Your total payoff Period that Counts
{{ period.round_number }} {{period.effort_a}}{{period.effort_b}} {{period.effort_c}}You did not buy this information You did not buy this information{{period.bonus_a}} {{period.bonus_b}} {{period.bonus_c}}{{period.bonus_total}}{{C.SUPERVISOR_ENDOWMENT}} {{period.profit}} {{period.cost_info_supervisor}} {{period.payoff_supervisor}}YesNo

{% next_button %}

{% endblock %}