{{ extends 'global/Page.html' }} {{ block title }}Instructions{{ endblock }} {{ block content }}

In this experiment there will be 2 stages. We will first explain the instructions of stage 1. When stage 1 has finished, we will then explain the instructions of stage 2.

Stage 1 instructions:

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 this stage. 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.

During this stage 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 games 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 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 2You 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}}

{{ formfields }} {{ next_button }} {{ endblock }}