{% extends "global/Page.html" %} {% load otree %} {% block title %} Your estimate
{% endblock %} {% block content %} {% if round == 1 and dot_block == 1 %}

On various screens throughout this study, we will show you dot plots such as the one below. Your task will be to estimate how much some fraction of these dots are.

In the end, one of your decisions will be randomly selected for payment, and you will earn {{incentive}} if your guess is within 5 of the correct answer.

Below is your first task.

{% endif %} Your estimate of {{player.task_identifier_percent}}% of the total number of dots below:    

{% endblock %} {% block scripts %} {% endblock %}