{{ block title }} Practice Round Result {{ endblock }} {{ block content }}

How to Play

On this page you will see the game result.
In addition, you will be asked whether you want to commit to the strategy you just used.
That is

Committing will increase the winning payoff by 1 game point in all following rounds, but after the reveal of a goat you must

This is the practice round.
You must pass the following quiz about the game rules to start the official rounds.

{{ if player.is_winner }} You won. Your payoff in this round is {{ player.payoff }}. {{ else }} You lost. Your payoff in this round is {{ player.payoff }}. {{ endif }}

In this round, {{ if player.switch }} you switched to another door in the second stage.
You now have the option to commit to the strategy "Switch".
If you do so, you get an additional 1 game point every time you win, but you must switch your answer after you click "Reveal a goat" in the following rounds. {{ else }} you stayed with your first-stage choice.
You now have the option to commit to the strategy "Stay".
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 "Reveal a goat" in the following rounds. {{ endif }}

{{ formfield_errors 'commit' }}
{{ next_button }} {{ endblock }}