{% load otree static %} {% block content %}
Reminder:
Two weeks ago, we have shown you a graphic consisting of a total of 400 dots. In the graphic there were between 0 and 400 RED dots and all the other dots were BLUE.
{% if player.HighScope == 1 %}Today, we ask you again:
{% 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 %}
Again, this estimation is important for your payment: It is one of the decisions that will be picked to be relevant for the payout. We will use the same payment rule as before according to which it is always beneficial if you truthfully give your best estimate.
Please click next to enter your estimates.
{% elif player.HighScope == 0 %}Today, we will show you the graph again and again ask you:
{% 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 %}
Again, this estimation is important for your payment: It is one of the decisions that will be picked to be relevant for the payout. We will use the same payment rule as before according to which it is always beneficial if you truthfully give your best estimate.
Remember: We will show the graph for 8 seconds only. Please click next if you are ready for this task.
{% endif %} {% next_button %}