{{ block title }}
Assigned role : {{ player.role }}
{{ endblock }}
{{ block content }}
{{ if session.config.treatment == 1 }}
You have been assigned the role of {{ player.role }}. Your role stays the same for the whole duration of the experiment. Other participants can not recognize which client/advisor they're paired with.
{{ elif session.config.treatment == 2 }}You have been assigned the role of {{ player.role }} . Your role stays the same for the whole duration of the experiment. Advisor's name will be shown in the history for clients. Clients are anonymous.
{{ elif session.config.treatment == 3 }}You have been assigned the role of {{ player.role }} . Your role stays the same for the whole duration of the experiment. Advisor's name will be shown in the history for clients. Clients are anonymous.
{{ endif }} {{ next_button }} {{ endblock }}