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

Round: {{player.round_number}}


You are in a group of 6.

You reported {{player.part_2_first_roll_report}} in the first roll.
You reported {{player.part_2_second_roll_report}} in the second roll.
You reported {{player.part_2_third_roll_report}} in the third roll.

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

Remember that when the total claimed number by a group is above 72, the computer can suspect that there are untrue reports and declare a collective failure with a 60% chance.

There was a collective failure in this round.
Your payoff in this round is 0.

{% elif group.success_probability > 0.6 %} Total claimed number by your group was above 72.

Remember that when the total claimed number by a group is above 72, the computer can suspect that there are untrue reports and declare a collective failure with a 60% chance.

There was no collective failure in this round.
Your payoff in this round is {{player_payoff_round}}.

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

{% endif %} {% else %} Total claimed number by your group was below 72.

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

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