{% extends "global/Page.html" %} {% load otree %} {% block title %} Your certainty about your estimate
{% endblock %} {% block content %}

On the previous screen, you indicated that you think that in 2018, a randomly selected household in the United States earned less than $ {{ income_spec }} with a probability of {{ player.belief }} %.


How certain are you that your guess of {{ player.belief }} % is within ± 1 percentage point of the guess that would be statistically optimal given the information that you have??
{% if player.round_number == 1 %}

Use the slider to complete the statement below. You have to touch the slider at least once to proceed.{% endif %}

very uncertain
completely certain

I am certain that the actual probability that a household earned less than $ {{ income_spec }} is Use the slider! .

{{form.errors}} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}