{{ block title }}
Instructions (2/4)
{{ endblock }}
{{ block content }}
In every period your task is to choose one of 3 fields. The fields are called A, B, and
C. Since you are Participant {{ player.role }}, we will call Field {{ player.role.upper }} "your field", and we will call Fields
{{ if player.role == 'a'}} B and C
{{ elif player.role == 'b' }} A and C
{{ else }} A and B {{ endif }}
the "other fields".
On the computer, your decision screen will look like this:
All three group participants decide at the same time. Only when everyone has made their decision, you will find
out what the other group participants have chosen.
{{ next_button }}
{{ endblock }}