{{ block title }} Quiz: Explanations {{ endblock }} {{ block content }}
You have made {% if player.questions_shown == '123' %} THREE mistakes {% elif player.questions_shown == '12' or player.questions_shown == '13' or player.questions_shown == '23' %} TWO mistakes {% elif player.questions_shown == '1' or player.questions_shown == '2' or player.questions_shown == '3' %} ONE mistake {% endif %} in this round.
{% if player.questions_shown in ["123", "12", "13", "1"] and player.round_number == 2 %}If all other participants decide not to transfer anything to the group account, how would this affect the income from your private account?
Your answer was: {% if q1_input == 2 %}It would increase the income from my private account.
{% elif q1_input == 3 %}It would decrease the income from my private account.
{% elif q1_input == 4 %}It depends.{% endif %}
The correct answer is: It would not affect the income from my private account.
The income from your private account depends on how many Points you transferred to your private account. You earn one Point for each Point in your private account.
The transfer decisions of other participant have no effect on how many Points you have in your private account. They only affect the income from the group account.
Therefore, the income from your private account is always unaffected by the transfer choices of other participants.
{% endif %} {% if player.questions_shown in ["123", "12", "13", "1"] and player.round_number == 3 %}Please select which participants can transfer Points from the group account to the private account:
Your answer was: {% if q1_input == 1 %}Participants of Type A.
{% elif q1_input == 3 %}Both Types.
{% elif q1_input == 4 %}No Type.{% endif %}
The correct answer is: Participant B.
Only Participant B can transfer points from the group account to the private account.
Participants of Type A decide how many Points to transfer to the group account or to their private accounts. After they made their decisions, Participant B observers the number of Points in the group account. Participant B can then decide whether to transfer Points to the group account from her private account OR to transfer Points from the group account to her private account.
{% endif %} {% if player.questions_shown in ["123", "12", "13", "1"] and player.round_number == 4 %}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?
Your answer was: {% if q1_input == 2 %}Limited to myself.
{% elif q1_input == 3 %} It depends.
{% endif %}
The correct answer is: Extend to other participants.
Each group member profits equally from the final size of the group account.
Your income from the account
=
⅗ x (total sum of Points in the group account after all transfer decisions)
Therefore, each Point contributed to the group account increases the income for everyone by ⅗ Points.
{% endif %} {% if player.questions_shown in ["123", "12", "23", "2"] %}
Imagine that the total number of Points in the group account is {{ q2_size }} Points at the end of the round.
| Combination | Sum of transfers by participants of Type A |
Effect of Participant B's decision on group account |
|
| Your answer was | {{ q2_input }} | {{ q2_input_A}} Points | {{ q2_input_B}} Points |
| The correct answer was | {{ q2_answer }} | {{ q2_answer_A}} Points | {{ q2_answer_B}} Points |
The sum of transfers by participants of Type A plus the effect of Participant B's decision must be equal to the
total number of Points in the group account at the end of this round ({{q2_size }} Points).
In this example, only {{ q2_answer_A }} {% if q2_answer_B > 0 %} + {% endif %} {{ q2_answer_B }} = {{q2_size}}.
That is why, combination {{ q2_answer}} was the correct answer.
The example given to you was:
| The sum of transfers by participant of Type A (including you) was: | {{ q3_contr }} |
| {% if q3_action > 0 %} Participant B's decision increased the size of the group account by: {% elif q3_action < 0 %} Participant B's decision decreased the size of the group account by: {% elif q3_action == 0 %} Participant B's decision did not change the size of the group account: {% endif %} | {% if q3_action > 0 %} {{ q3_action }} {% elif q3_action < 0 %} {{ embezzle }} Points {% elif q3_action == 0 %} {% endif %} |
Your answer to this example was {{ q3_input }}.
However, the correct answer is {{ q3_answer }}.
{% if q3_action > 0 %} If Participant B increases the size of the group account, the participant transfers Points Participant B's private account to the group account. The Points Participant B transfers are added to the number of Points already in the group account. Thus, the number of Points in the group account at the end of the round are {{ q3_contr }} + {{ q3_action }} = {{ q3_answer }}. {% elif q3_action < 0 %} If Participant B decreases the size of the group account, the participant transfers Points from the group account to Participant B's private account. The Points Participant B transfers are taken out of the group account. Thus, the number of Points left in the group account at the end of the round are {{ q3_contr }} - {{ embezzle }} = {{ q3_answer }}. {% elif q3_action == 0 %} If Participant B's decision did not change the size of the group account, the number of Points transferred by participants of Type A is also the number of Points at the end of the round: {{ q3_contr }} + {{ q3_action }} = {{ q3_answer }} {% endif %}
{% endif %} {{ next_button }} {{ endblock }}