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

During this experiment, you will play {{ C.NUM_ROUNDS }} games which will be shown similarly to the image below but with different numbers.

Each game has 2 players - you will always be player 1. The other player, called player 2, will be another participant. They will be chosen randomly for each of the 44 games. After each game, you will not know what the other player has decided.

Player 1 decides between one of two rows, A or B whilst Player 2 decides between one of two columns, C or D. The number of points that each player receives will depend on both players' decisions.

For example (using the image below), if player 1 chooses row A and player 2 chooses column D, player 1 receives 1 point, and player 2 receives 5 points. If player 1 chooses row B and player 2 chooses column C, player 1 receives 3 points, and player 2 receives 2 points. The points for player 1 are always in red and the points of player 2 are always in black.

After making your choice in a game, you will immediately move on to the next game and cannot change your previous choices. You will not know how other participants played the games.

Payment: You will receive a bonus pay additional to the showup fee of 1 GBP. From three randomly selected games, the average number of points you obtained will be multiplied by 0.40 GBP. For instance, if in the 3 randomly selected games you received payoffs of 3, 2, and 3 points, then you will earn (8/3)*0.40 GBP = 1.01 GBP as bonus pay.

All {{ C.NUM_ROUNDS }} games are different. Remember that in each game you are matched with a randomly chosen participant.


Player 2
Option C Option D
Player 1 Option A {{ intro1 }}, {{ intro2 }} {{ intro3 }}, {{ intro4 }}
Option B {{ intro5 }}, {{ intro6 }} {{ intro7 }}, {{ intro8 }}
{{ next_button }} {{ endblock }}