{{ extends 'global/Page.html' }} {{ block title }}Instructions{{ endblock }} {{ block content }}
During this short experiment you will see various games as in the image below. We will first explain the meaning of this game.
There are 2 players. You will be either Player 1 or Player 2. Player 1 chooses between the two rows A and B. Player 2 chooses between the two columns C and D. The payoffs for each player depend on what Player 1 chooses and Player 2 chooses. For example: if Player 1 chooses row A and Player 2 chooses column C, Player 1 receives {{intro1}} and Player 2 receives {{intro2}}. If Player 1 chooses row B and Player 2 chooses column C, Player 1 receives {{intro5}} and Player 2 receives {{intro6}}.
The payoffs for Player 1 are in red and the payoffs for Player 2 are in blue.
You will be always Player 1. You can make your decision by choosing row A or row B.
| Player 2 | |||
|---|---|---|---|
| Column C | Column D | ||
| Player 1 | Row A | {{intro1}}, {{intro2}} | {{intro3}}, {{intro4}} |
| Row B | {{intro5}}, {{intro6}} | {{intro7}}, {{intro8}} | |