{{ block title }} Instruction {{ endblock }} {{ block content }}
This section consists of {{ Constants.num_rounds }} rounds.
In each round, you will be given the choice of {{ Constants.num_doors }} doors. Behind one door is a car. Behind the other doors are goats, which have no value to you. You pick a door first, and then when you click "Open", one of the other doors is open to reveal a goat. You then have the chance to switch your answer to the other remaining door. Click "Submit" when you have your final choice.
If you choose the door with the car, you get {{ Constants.win_payoff }} game points.
If you choose a door with a goat, you get {{ Constants.lose_payoff }} game points.
After revealing the answer, you will be asked whether you want to commit to the strategy ("Stay" or "Swtich") you used in that round. By commiting to a strategy, your payoff when finding the car increase to {{ Constants.commit_win_payoff }}, but you must follow the strategy in all remaining rounds.
Say you stay with your first choice in round i, you can commit to the strategy "Stay" after you see the result of round i.
If you do so, you get an additional 1 game point every time you win, but you lose the option to change your answer after you click "Open" in the following rounds.
Say you switched to the other door in round i, you can commit to the strategy "Switch" after you see the result of round i.
If you do so, you get an additional 1 game point every time you win, but you must switch your answer after you click "Open" in the following rounds.
Note that commiting to a strategy will not fasten the experiment since you still have to click all the button manually.