{{ block title }}Introduction{{ endblock }} {{ block content }}
{% if player.choice1exp == 9999 %}Your previous choice was to always choose Box A.
{% endif %} {% if player.choice1exp == 0 %}Your previous choice was to always choose Box B.
{% endif %} {% if player.choice1exp > 0 and player.choice1exp < 100 %}Your choice was Box B whenever at least {{ player.choice1exp }} out of 10 balls drawn from it are red.
{% endif %}You may wonder if there is a "correct" choice to the earlier task. Using statistical theory, we can calculate when Box A or B is more likely to be golden. You may not know what the correct choice is, therefore, we offer you after each decision a chance to learn the correct choice and change your choices. In particular, we offer you three options. {{form.levelexp}}
In the actual experiment, you will choose one of these three options for each choice you make. At the end of the experiment, we will reveal to you the task that was selected for payment and also inform you of the correct choices. You will also be given a chance to change your choices after seeing the correct choices depending on the option selected.
{{ next_button }} {{ endblock }}