{% extends "global/Page.html" %} {% load otree %} {% block title %} Task {{round}} of {{num_questions}}
{% endblock %} {% block content %}
With probability {{player.lottery_probability}}% : Get $ {{ player.lottery_amount }}
With probability {{player.lottery_loss_prob}}% : Get $ 0
{% for late, early, sum in player.current_choice %}

Your choices on the previous screen indicate that you value the lottery above as much as ${{ player.switching_point | to0 }}.

How certain are you that you value the lottery above {% if val_low < 0 %} somewhere between $0 and ${{ val_up2 | to0 }} {% elif val_up > player.lottery_amount %} somewhere between ${{ val_low2 | to0 }} and ${{ player.lottery_amount }} {% else %} somewhere between ${{ val_low | to0 }} and ${{ val_up | to0 }} {% endif %} ?
{% endfor %} {% for x, i in radio_amounts %} {% endif %} {% endfor %}

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




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