{{ extends 'global/Page.html' }} {{ block title }}Instructions{{ endblock }} {{ block content }}
There are two player types, called Player 1 and Player 2. Each Player 1 will interact with a Player 2 and vice versa. There are {{ C.GAMES_S1 }} rounds. All rounds are the same. In each round you interact with another player who is randomly drawn from the other player type. Thus, you will not face the same player from one round to another.
In each round, you will see a game as in the image below. We will first explain the meaning of this particular game. Later, there will be a game with other numbers.
There are two players. Player 1 chooses between the two columns C and D. Player 2 chooses between the two rows A and B. The payoffs for each player depend on what Player 1 chooses and Player 2 chooses. For example: if Player 1 chooses column C and Player 2 chooses row A, Player 1 receives {{intro2}} and Player 2 receives {{intro1}}. If Player 1 chooses column D and Player 2 chooses row A, Player 1 receives {{intro4}} and Player 2 receives {{intro3}}.
The payoffs for Player 1 are in red and the payoffs for Player 2 are in blue.
You will be always Player 2. You can make your decision by choosing row A or row B.
| Player 1 | |||
|---|---|---|---|
| Column C | Column D | ||
| Player 2 | Row A | {{intro1}}, {{intro2}} | {{intro3}}, {{intro4}} |
| Row B | {{intro5}}, {{intro6}} | {{intro7}}, {{intro8}} | |
You will be paid 5 out of {{ C.GAMES_S1 }} periods which are randomly chosen. Each point will be converted into 0.20 Euros, such that 10 points is 2.00 Euros. Additionally, you will receive a fixed payoff of 3 Euros for your participation.