{{ block title }} Period {{ subsession.round_number }} of {{ C.NUM_ROUNDS }} {{ endblock }} {{ block content }}

Please make a decision now.


You are Participant {{ player.role }}.

{{ formfields }}

{{ next_button }} {{ if subsession.round_number > 1 }}

Choices in previous periods:

Show instructions Show all previous payoffs

Your payoff in a period depends on the following:

(1) How many other Participants in your group have chosen the same Field as you, and (2) whether you are on your field (Field {{ player.role.upper }}), or on one of the other fields (Fields {{ if player.role == 'a' }}B and C{{ elif player.role == 'b' }}A and C{{ else }}A and B{{ endif }}). {{ if group.high_payoffs }} {{ else }} {{ endif }}
Moreover, in every period you will receive additional points that are independent of your choices. In particular: {{ if group.lumpsum }} {{ else }} {{ endif }}


{{ for g in group.in_previous_rounds() }} {{ for p in g.get_players() }} {{ endfor }} {{ endfor }} {{ for g in group.in_previous_rounds() }} {{ for p in g.get_players() }} {{ endfor }} {{ endfor }}
Period Participant a {{ if player.role == 'a' }} (You) {{ endif }} Participant b {{ if player.role == 'b' }} (You) {{ endif }} Participant c {{ if player.role == 'c' }} (You) {{ endif }}
{{ g.round_number }}{{ p.choice }}
{{ endif }} {{ endblock }}