{% load otree %}

Instructions - Block 4

This is Block #4 of five blocks of ten rounds each--a total of 50 rounds.

In this study, you will be in a randomly formed group of {{ Constants.players_per_group }} participants. Each participant in the group may choose one of three colors: green, purple, or yellow. Your payoff at the end of each round depends on the color you choose and the colors chosen by the other participants.

For this block of ten rounds, the maximum payoff you can earn per round is $28.

The diagram below portrays the information flow between the {{ Constants.players_per_group }} participants. You {% if player.id_in_group == 1 %} (Player Q) {% elif player.id_in_group == 2 %} (Player R) {% elif player.id_in_group == 3 %} (Player T) {% elif player.id_in_group == 4 %} (Player S) {% else %} ERROR {% endif %} will only see the colors chosen by the participants who are connected to you by a line in the displayed diagram. You will know only your own payoff, not the payoffs of any other participants.

{% if player.id_in_group == 1 %} {% elif player.id_in_group == 2 %} {% elif player.id_in_group == 3 %} {% elif player.id_in_group == 4 %} {% else %} ERROR {% endif %}