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

{% endblock %} {% block content %}

There is a number X, randomly selected from the range of {{roclrangestart}} to {{roclrangeend}}.

{% for prob, sum, abssum in player.current_lottery %} With probability {{ prob }}% : {% if sum > 0 %} Get {% elif sum < 0 %} Lose {% elif sum == 0 and player.lottery_amount > 0 %} Get {% elif sum == 0 and player.lottery_amount < 0 %} Lose {% endif %} $ {{ abssum }}

{% endfor %}

Your decision on the previous screen indicates that you value this lottery as much as {% if player.lottery_amount > 0 %} getting {% else %} losing {% endif %} ${{switching_point}} with certainty.

How certain are you that you actually value this lottery somewhere between {% if player.lottery_amount > 0 %} getting {% else %} losing {% endif %} ${{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 %}