{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Your choices
Your selected color:
{% endblock %} {% block content %}
{{ formfield_errors "choice_Study2" }}
For each safe amount, please choose whether the risk or that safe amount shall determine your bonus.
{{for row, amount in amounts}} {{if row == 0 }} {{endif}} {{endfor}}
Risk Your choices Safe amounts
£{{amount}}
You choose the risk if the safe amount that belongs to your selected color is £ or less. Otherwise, you choose the safe amount. You always choose the risk. You always choose the safe amount.
Please adjust your choices. Remember that your choices must be consistent. If you choose some safe amount over the risk, you must also choose all larger safe amounts over the risk.
{% if testing %} {{ formfield 'feedback_task' }} {% endif %} {% endblock %}