{{ block title }} Quiz: {% if player.round_number > 1 %} Attempt {{ player.round_number }} {% endif %} {{ endblock }} {{ block content }}

{% if player.round_number > 1 %} Note: Questions will be slightly different than before. {% endif %}

{% if player.round_number == 1 or player.questions_shown in ["123", "12", "13", "1"] %}

Question One

{% if player.round_number == 1%}

If all other participants decide not to transfer anything to the group account, how would this affect the income from Points you transferred to your private account?




{% elif player.round_number == 2 %}

Please select which participants can transfer Points from the group account to the private account:




{% elif player.round_number == 3 %}

In this game, are the benefits of the Points you transfer to the group account limited to yourself, or do they also extend to other participants?



{% endif %} {% endif %} {% if player.round_number == 1 or player.questions_shown in ["123", "12", "23", "2"] %}

Question Two

Imagine that the total number of Points in the group account is {{player.question_two_size}} Points at the end of the round.
Please select which of the below combinations can explain this result.
Select
Combination
Sum of transfers by
participants of Type A
Effect of Participant B's
decision on group account
{{ player.question_two_c1a }} Points {{ player.question_two_c1b }} Points
{{ player.question_two_c2a }} Points {{ player.question_two_c2b }} Points
{{ player.question_two_c3a }} Points {{ player.question_two_c3b }} Points
{{ player.question_two_c4a }} Points {{ player.question_two_c4b }} Points

{% endif %} {% if player.round_number == 1 or player.questions_shown in ["123", "13", "23", "3"] %}

Question Three

Imagine, as an example, that the participants made the following decisions in this round:

The sum of transfers by participant of Type A (including you) was: {{ player.q3_tot_contr }}
{% if player.q3_dic_action > 0 %} Participant B's decision increased the size of the group account by: {% elif player.q3_dic_action < 0 %} Participant B's decision decreased the size of the group account by: {% elif player.q3_dic_action == 0 %} Participant B's decision did not change the size of the group account: {% endif %} {% if player.q3_dic_action > 0 %} {{ player.q3_dic_action }} {% elif player.q3_dic_action < 0 %} {{ embezzle }} {% elif player.q3_dic_action == 0 %} {% endif %}

Given these transfer decisions, what is the number of Points in the group account at the end of the round? {{ formfield 'question_three' }} {% endif %} {{ next_button }} {{ endblock }}