Instructions

Part I

{% if player.round_number == 1 %}

Round 1.1
In this part of the experiment, you will follow the same set of rules for three rounds. In each round, you will be randomly and anonymously paired with one other person. Both you and the other person will have two possible choices: Left or Right. {% endif %} {% if player.round_number == 2 %}
Round 1.2
In this round, you will be randomly and anonymously paired with one other person. Both you and the other person will have two possible choices: Left or Right. {% endif %} {% if player.round_number == 3 %}
Round 1.3
In this round, you will be randomly and anonymously paired with one other person. Both you and the other person will have two possible choices: Left or Right. {% endif %}

After choosing, both of you will end up in one of four scenarios below:

These payoffs are summarized in the table below. In each cell, the amount to the left is your payoff and to the right is the other person's payoff.

The Other Person
Left Right
You Left {{ll0}}, {{ll1}} {{lr0}}, {{lr1}}
Right {{rl0}}, {{rl1}} {{rr0}}, {{rr1}}