{% extends "global/Page.html" %} {% load otree %} {% block title %} Task {{round}} of {{num_questions}}
{% endblock %} {% block content %} {% for late, early, sum in player.current_choice %}

Your choices on the previous screen indicate that you value ${{ player.pay_amount }} {{ late | lower }} as much as ${{ player.switching_point | floatformat:0 }} {{ early | lower }}.


How certain are you that you actually value ${{ player.pay_amount }} {{ late | lower }} {% if val_low < 0 %} somewhere between $0 and ${{ val_up2 | floatformat:0 }} {% elif val_up > player.pay_amount %} somewhere between ${{ val_low2 | floatformat:0 }} and ${{ player.pay_amount }} {% else %} somewhere between ${{ val_low | floatformat:0 }} and ${{ val_up | floatformat:0 }} {% endif %} {{ early | lower }}?
{% endfor %}
{% for x, i in radio_amounts %} {% endif %} {% endfor %}

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



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