{% extends "global/Page.html" %} {% load otree %} {% block title %} Task {{round}} of {{num_questions}}
Decision Screen (2/2)

{% endblock %} {% block content %}

{% for sublottery in player.current_lottery %} {% sublottery.probability %} out of 100 balls are {{ sublottery.color }}. If one is drawn: Get ${% sublottery.amount %}.

{% endfor %}

Your decision on the previous screen indicates that you value this lottery as much as getting ${{switching_point}} with certainty.

How certain are you that you actually value this lottery somewhere between getting ${{val_low_DE}} and ${{val_up_DE}}?
{% for x, i in radio_amounts %} {% endif %} {% endfor %}

{% if x != 1 %}
{% else %}
very uncertain
completely certain




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