{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Your instructions
You selected:
{{player.participant.type}}
{% endblock %} {% block content %}
{{ formfield_errors "choice_Study2" }}
Each line in the following list describes the content of one of the envelopes that you could select earlier. An option pair is given by the risk on the left, which is identical in all envelopes, and the safe amount on the right, which varies across envelopes.

On each line, click the button next to the option that we should give you if that line describes the option pair in your Envelope {{player.participant.type}}.

{{for row, amount in amounts}} {{if row == 0 }} {{endif}} {{endfor}}
Please give me the risk Please give me the safe amount
£{{amount}}

Thank you for giving your 21 instructions, according to which:
We give you the risk if the safe amount of the option pair in your Envelope {{player.participant.type}} is £ or less. Otherwise, we give you the safe amount. We always give you the risk, regardless how large or small the safe amount in your Envelope {{player.participant.type}} is. We always give you the safe amount, regardless how large or small it is.
Please adjust your instructions.
Your instructions must be consistent. If you instruct us to give you the safe amount instead of the risk for some safe amount, you must also instruct us to give you the safe amount for all larger safe amounts.
{% if testing %} {{ formfield 'feedback_task' }} {% endif %} {% endblock %}