{{ block title }}
Instructions (1/4)
{{ endblock }}
{{ block content }}
The experiment consists of 48 periods.
At the beginning of the experiment, all participants are randomly divided into groups of three. So apart from
you, your group has 2 other participants. You and the two other participants will remain in this group during all 48
periods of the experiment.
The computer has randomly named each of the three participants in your group with a letter.
You have been named: Participant {{ player.role }}.
The other two participants have been named
{{ if player.role == 'a' }} Participant b and Participant c
{{ elif player.role == 'b' }} Participant a and Participant c
{{ else }} Participant a and Participant b {{ endif }}
.
The names of the participants remain the same for all 48 periods.
{{ next_button }}
{{ endblock }}