{{ extends 'global/Page.html' }} {{ block title }}Instruction{{ endblock }} {{ block content }} {{ formfields }}
In the experiment you will play 8 rounds, in each of them you will play two games (each of them you can win 2, 6 or 12).
In the first game there will be two options to choose. In the first, there is a number with probability of falling (equal to 1). In the second, two possible numbers with probabilities of falling (like it was in Holt-Laury task). You would win the number which falls in your chosen variant.
In the second game you will play a "mind game". In the first stage you should choose the side "Left" or "Right" and REMEMBER it. In the second stage, you will know the left and right numbers (corresponding their sides) and should choose the number from your chosen side in the first stage. In this game you would win the number from CHOSEN side.
In the final page of round you will know your prize in this round (equals to sum of winning number).
After all rounds, you will win the prize in the random chosen round.
Good luck!
{{ next_button }} {{ endblock }}