{% extends "global/Page.html" %} {% load otree %} {% block title %} Payoff for study {% endblock %} {% block content %} 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.

{% for period in group_periods %} {% if period.round_number == group.random_period %} {% else %} {% endif %} {%endfor%}
Period Payoff Salary Bonus Number winning balls bought Profit Period that Counts
{{ period.round_number }} {{period.payoff_employee|c}} {{C.EMPLOYEE_ENDOWMENT|c}} {{period.bonus|c}} {{period.effort}} {{period.profit}}YesNo

{% next_button %}

{% endblock %}