{{ block title }} The Result in Part D {{ endblock }} {{ block content }}
You and your teammates have the same proposal, which means the group reaches a collective decision successfully. You and your teammates do not need to take a vote for choosing a resolution. You can see three proposals for the decision-making list. You are the Participant {{player.id_in_group}}. The left list is your own proposal made in this round. The other lists are the proposals made by your teammates.
Please click "Next" to continue the experiment.
| No. | Option A | Participant {{ player.id_in_group }} (me) |
{{ for p in other_players }}
Participant {{ p.id_in_group }} | {{ endfor }}Option B |
| 1. | Tomorrow: 8.0 points with 100%. | {{ player.r1 }} | {{for p in other_players}}{{ p.r1 }} | {{ endfor }}Four weeks later: 12.0 points with 10%, otherwise 4.0 points. |
| 2. | Tomorrow: 8.0 points with 100%. | {{ player.r2 }} | {{for p in other_players}}{{ p.r2 }} | {{ endfor }}Four weeks later: 12.0 points with 20%, otherwise 4.0 points. |
| 3. | Tomorrow: 8.0 points with 100%. | {{ player.r3 }} | {{for p in other_players}}{{ p.r3 }} | {{ endfor }}Four weeks later: 12.0 points with 30%, otherwise 4.0 points. |
| 4. | Tomorrow: 8.0 points with 100%. | {{ player.r4 }} | {{for p in other_players}}{{ p.r4 }} | {{ endfor }}Four weeks later: 12.0 points with 40%, otherwise 4.0 points. |
| 5. | Tomorrow: 8.0 points with 100%. | {{ player.r5 }} | {{for p in other_players}}{{ p.r5 }} | {{ endfor }}Four weeks later: 12.0 points with 50%, otherwise 4.0 points. |
| 6. | Tomorrow: 8.0 points with 100%. | {{ player.r6 }} | {{for p in other_players}}{{ p.r6 }} | {{ endfor }}Four weeks later: 12.0 points with 60%, otherwise 4.0 points. |
| 7. | Tomorrow: 8.0 points with 100%. | {{ player.r7 }} | {{for p in other_players}}{{ p.r7 }} | {{ endfor }}Four weeks later: 12.0 points with 70%, otherwise 4.0 points. |
| 8. | Tomorrow: 8.0 points with 100%. | {{ player.r8 }} | {{for p in other_players}}{{ p.r8 }} | {{ endfor }}Four weeks later: 12.0 points with 80%, otherwise 4.0 points. |
| 9. | Tomorrow: 8.0 points with 100%. | {{ player.r9 }} | {{for p in other_players}}{{ p.r9 }} | {{ endfor }}Four weeks later: 12.0 points with 90%, otherwise 4.0 points. |
| 10. | Tomorrow: 8.0 points with 100%. | {{ player.r10 }} | {{for p in other_players}}{{ p.r10 }} | {{ endfor }}Four weeks later: 12.0 points with 100%, otherwise 4.0 points. |
{{ next_button }} {{ endblock }}