{% 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.confrontation == 0 %} {% else %} {% endif %} {% if period.round_number == group.random_period %} {% else %} {% endif %} {%endfor%}
Period Payoff Salary Bonus Number winning balls bought Confrontation cost Profit Period that Counts
{{ period.round_number }} {{period.payoff_employee|c}} {{Constants.employee_endowment|c}} {{period.bonus|c}} {{period.effort}}0{{Constants.confronatation_employee}}{{period.profit}}YesNo

{% next_button %}

{% endblock %}