{{ block title }} Results {{ endblock }} {{ block content }}

Round: {{player.round_number}}


You are in a group of 6.

You reported {{player.part_1_first_roll_report}} in the first roll.
You reported {{player.part_1_second_roll_report}} in the second roll.
You reported {{player.part_1_third_roll_report}} in the third roll.

{% if group.collective_sanction %} {% if group.success_probability < 0.6 %} Total reported outcomes by your group was above 72.

Remember that when the total reported outcomes by a group is above 72, each group member can get 0 payoff with a 60% chance.


Your payoff in this round is 0 tokens.

{% elif group.success_probability > 0.6 %} Total reported outcomes by your group was above 72.

Remember that when the total reported outcomes by a group is above 72, each group member can get 0 payoff with a 60% chance.

Your payoff in this round is {{player_payoff_round}} tokens.

{% else %} There is some Error! Please contact the Experimenter.

{% endif %} {% else %} Total reported outcomes by your group was below 72.

Your payoff in this round is: {{player_payoff_round}} tokens.

{% endif %}
{{ next_button }}
{{ endblock }}