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

Lotteries on the left: lose some amount with 50% chance or gain ${{ Constants.sure }} with 50% chance

{% 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 %}