{% load otree static %} {% block content %}

Task:

On the next page we will show you a graphic consisting of a total of 400 dots. In the graphic there are between 0 and 400 RED dots and all the other dots are BLUE. The graph is shown to you for 8 seconds and then completely disappears from your screen.

Afterwards, you will have to make a guess:

{% if player.ask_red == True %} How many dots in the graphic were RED (in percent)? {% else %} How many dots in the graphic were BLUE (in percent)? {% endif %}

As explained earlier, we will ask you to make several guesses during this study. The computer will randomly choose one of the guesses you make to be payoff relevant. For this payoff relevant guess, you can earn 6€ in addition to your reimbursement for the completion of all parts of this study.

For each guess you make, you maximize the chances of winning the additional {{Constants.extra_payoff}}€, if you simply state your true expectation (the button below provides further details on the exact procedure).

If this guess is payoff-relevant, the computer will then randomly draw a number between 0 and 100 (including 0, 100 and all decimal numbers between) and all numbers are equally likely to be selected.

We will then compare the mistake you made (that is the difference between your guess and the true percentage) with the random number:

You will receive the {{ Constants.extra_payoff }}€ bonus if your mistake is smaller than the number drawn by the computer.



Remember: We will show the graph for 8 seconds only. Please click next if you are ready for this task.

{% next_button %}

{% endblock %}