{% block title %}PrePayment{% endblock %} {% block content %}
The task that was selected for payment was the following. We repeat the instructions below:
You are offered a choice between two boxes, A and B. Each of these boxes are randomly picked from the 200 boxes. You will be paid the $10 if the box you chose is golden and if this choice is selected for payment. Box A and B are different in the following way:
In this task, you chose box B if it drew at least {{player.switchingpoint}} out of 25 red balls. And when given the chance to learn the optimal choice, you chose to always use your current choice. Below you can see the correct optimal choices.
{% endif %} {% if player.choicelevel == 2 %} In this task, you chose box B if it drew at least {{player.switchingpoint}} out of 25 red balls. And when given the chance to learn the optimal choice, you chose to have a 20% chance to learn the correct choices, 75% to use current choices, 5% you earn nothing. {% if player.correctiondraw < 5 %} Unfortunately, you got the last option, which is nothing extra is earned from the boxes. {% elif player.correctiondraw >= 5 and player.correctiondraw <= 75 %} The option you got was to use your original choices. {% elif player.correctiondraw > 75 %} You got the option to learn the correct choice and can reselect.Please enter the smallest number of red balls Box B needs to draw for you to choose it: {{ form.newchoice }}
{% endif %} {% endif %} {% if player.choicelevel == 3 %} In this task, you chose box B if it drew at least {{player.switchingpoint}} out of 25 red balls. And when given the chance to learn the optimal choice, you chose to have a 50% chance to learn the correct choices, 30% to use current choices, 20% you earn nothing. {% if player.correctiondraw < 20 %} Unfortunately, you got the last option, which is nothing extra is earned from the boxes. {% elif player.correctiondraw >= 20 and player.correctiondraw <= 50 %} The option you got was to use your original choices. {% elif player.correctiondraw > 50 %} You got the option to learn the correct choice and can reselect.Please enter the smallest number of red balls Box B needs to draw for you to choose it: {{ form.newchoice }}
{% endif %} {% endif %} {% endif %} {% if player.switchingpoint == 9999 %} {% if player.choicelevel == 1 %}In this task, you always chose box A. And when given the chance to learn the optimal choice, you chose to always use your current choice. Below you can see the correct optimal choices.
{% endif %} {% if player.choicelevel == 2 %} In this task, you always chose box A. And when given the chance to learn the optimal choice, you chose to have a 20% chance to learn the correct choices, 75% to use current choices, 5% you earn nothing. {% if player.correctiondraw < 5 %} Unfortunately, you got the last option, which is nothing extra is earned from the boxes. {% elif player.correctiondraw >= 5 and player.correctiondraw <= 75 %} The option you got was to use your original choices. {% elif player.correctiondraw > 75 %} You got the option to learn the correct choice and can reselect.Please enter the smallest number of red balls Box B needs to draw for you to choose it: {{ form.newchoice }}
{% endif %} {% endif %} {% if player.choicelevel == 3 %} In this task, you always chose box A. And when given the chance to learn the optimal choice, you chose to have a 50% chance to learn the correct choices, 30% to use current choices, 20% you earn nothing. {% if player.correctiondraw < 20 %} Unfortunately, you got the last option, which is nothing extra is earned from the boxes. {% elif player.correctiondraw >= 20 and player.correctiondraw <= 50 %} The option you got was to use your original choices. {% elif player.correctiondraw > 50 %} You got the option to learn the correct choice and can reselect.Please enter the smallest number of red balls Box B needs to draw for you to choose it: {{ form.newchoice }}
{% endif %} {% endif %} {% endif %}Below are the optimal choices for the different outcomes of Box A.
The draw from Box A | When to choose Box B | |
{{ item.amount }} out 4 are red balls (the rest are blue). | If it draws at least {{item.percentage }} out of 25 red balls. |