{% extends "risk_quiz/css.html" %} {% load otree static %} {% block title %} Decision 3 {% endblock %} {% block scripts %} {% endblock %} {% block content %}

Lotteries on the left: gain $0.00 with p% chance or gain ${{ Constants.sure }} with (100-p)% chance
p is an unknown number between 0 and 100 (including 0 and 100)

{% for ad in aversion_data %} {% endfor %}
[{{ ad.num }}] {{ ad.left }} {{ ad.right }}

Please decide where you would like to switch by clicking on one of the SWITCH HERE buttons above. Click SUBMIT when you are through making your decision.





{% endblock %}