{% load otree %} {% block title %}{% endblock %} {% block content %}
Please fill out the survey:
If you are Player 1 (For every 1 point contributed, the common pool increases by {{ session.config.unit_more }} points), and the coplayer is Player 2 (For every 1 point contributed, the common pool increases by {{ session.config.unit_less }} points)
Please fill in your preferred contribution pattern:
{{ formfield player.your_given_more label=your_given_more }} {{ formfield player.other_given_more label=other_given_more }}If coplayer's contributions are as follows, how many would you contribute? (Integers between 0-24)
| Coplayer | You | Coplayer | You | Coplayer | You | Coplayer | You |
|---|---|---|---|---|---|---|---|
| 0 | {{ formfield player.your_given_more_0 label=''}} | 1 | {{ formfield player.your_given_more_1 label=''}} | 2 | {{ formfield player.your_given_more_2 label=''}} | 3 | {{ formfield player.your_given_more_3 label=''}} |
| 4 | {{ formfield player.your_given_more_4 label=''}} | 5 | {{ formfield player.your_given_more_5 label=''}} | 6 | {{ formfield player.your_given_more_6 label=''}} | 7 | {{ formfield player.your_given_more_7 label=''}} |
| 8 | {{ formfield player.your_given_more_8 label=''}} | 9 | {{ formfield player.your_given_more_9 label=''}} | 10 | {{ formfield player.your_given_more_10 label=''}} | 11 | {{ formfield player.your_given_more_11 label=''}} |
| 12 | {{ formfield player.your_given_more_12 label=''}} | 13 | {{ formfield player.your_given_more_13 label=''}} | 14 | {{ formfield player.your_given_more_14 label=''}} | 15 | {{ formfield player.your_given_more_15 label=''}} |
| 16 | {{ formfield player.your_given_more_16 label=''}} | 17 | {{ formfield player.your_given_more_17 label=''}} | 18 | {{ formfield player.your_given_more_18 label=''}} | 19 | {{ formfield player.your_given_more_19 label=''}} |
| 20 | {{ formfield player.your_given_more_20 label=''}} | 21 | {{ formfield player.your_given_more_21 label=''}} | 22 | {{ formfield player.your_given_more_22 label=''}} | 23 | {{ formfield player.your_given_more_23 label=''}} |
| 24 | {{ formfield player.your_given_more_24 label=''}} | {{ next_button }} | |||||