{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Your bonus
You selected:
{% endblock %} {% block content %}
{{ formfield_errors "envelopeSelect" }}

Your bonus comes from the envelope that you select below. Each envelope contains two options (amounts of money that may depend on chance). You will get one of the two options as your bonus.

For all possible contents of your selected envelope, you will give us an instruction about which option you want. At the end of the experiment, we follow your instruction for the option pair in your envelope and give you the option that you want.


Please select an envelope by clicking on it. There are 21 different envelopes, one for each option pair.
{{ for envelopeNumber in envelopeNum}}
{{ endfor }}
You selected Envelope and can view its content after the experiment. We will follow your instruction for the option pair in Envelope and give you the option that you want as your bonus.

Note:
{% if testing %} {{ formfield 'feedback_generalTask' }} {% endif %} {% endblock %}