{{ block title }} Part B: Make a proposal again {{ endblock }} {{ block content }}
You and your teammates did not reach an agreement by voting in the last round. You can modify your proposal and submit it again to the team. After submitting new proposals, you and your teammates will enter the page of coordination (discuss and vote) again.
You see all three lists by the team members. The colored left list is made by you (Participant 1) in the last round. The colored middle and the colored right lists were made by the other team members in the last round. The decision will be made by a unanimity vote, meaning that one of proposals must be agreed on with all four votes.
After the modification, click "Next" to submit your proposal again.
| 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%. | {{ form.Risk2_1 }} | {{for p in other_players}}{{ p.r1 }} | {{ endfor }}Tomorrow: 12.0 points with 10%, otherwise 4.0 points. |
| 2. | Tomorrow: 8.0 points with 100%. | {{ form.Risk2_2 }} | {{for p in other_players}}{{ p.r2 }} | {{ endfor }}Tomorrow: 12.0 points with 20%, otherwise 4.0 points. |
| 3. | Tomorrow: 8.0 points with 100%. | {{ form.Risk2_3 }} | {{for p in other_players}}{{ p.r3 }} | {{ endfor }}Tomorrow: 12.0 points with 30%, otherwise 4.0 points. |
| 4. | Tomorrow: 8.0 points with 100%. | {{ form.Risk2_4 }} | {{for p in other_players}}{{ p.r4 }} | {{ endfor }}Tomorrow: 12.0 points with 40%, otherwise 4.0 points. |
| 5. | Tomorrow: 8.0 points with 100%. | {{ form.Risk2_5 }} | {{for p in other_players}}{{ p.r5 }} | {{ endfor }}Tomorrow: 12.0 points with 50%, otherwise 4.0 points. |
| 6. | Tomorrow: 8.0 points with 100%. | {{ form.Risk2_6 }} | {{for p in other_players}}{{ p.r6 }} | {{ endfor }}Tomorrow: 12.0 points with 60%, otherwise 4.0 points. |
| 7. | Tomorrow: 8.0 points with 100%. | {{ form.Risk2_7 }} | {{for p in other_players}}{{ p.r7 }} | {{ endfor }}Tomorrow: 12.0 points with 70%, otherwise 4.0 points. |
| 8. | Tomorrow: 8.0 points with 100%. | {{ form.Risk2_8 }} | {{for p in other_players}}{{ p.r8 }} | {{ endfor }}Tomorrow: 12.0 points with 80%, otherwise 4.0 points. |
| 9. | Tomorrow: 8.0 points with 100%. | {{ form.Risk2_9 }} | {{for p in other_players}}{{ p.r9 }} | {{ endfor }}Tomorrow: 12.0 points with 90%, otherwise 4.0 points. |
| 10. | Tomorrow: 8.0 points with 100%. | {{ form.Risk2_10 }} | {{for p in other_players}}{{ p.r10 }} | {{ endfor }}Tomorrow: 12.0 points with 100%, otherwise 4.0 points. |
{{ next_button }} {{ endblock }}