{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Question {{round}}
{% endblock %} {% block content %} {% if round == 1 %}

In the following hypothetical decisions, you will choose between payments on various future dates.

{% endif %}

For the purpose of this choice, we define a so-called {% if player.specification.0 in 'treat,base' %} "day X", which is {{player.specification.5}}. The timing of all payments will be described relative to day X. {% elif player.specification.0 in 'treat2,base2' %} "variable Z", which has a value of {{player.specification.5}}. The timing of all payments will be described using variable Z. {% endif %}

Please pick the option that you prefer:

Option A Option B
Payment:
Time of payment:
${{player.specification.1}}
{{player.specification.2}}
         ${{player.specification.3}}
{{player.specification.4}}
{% next_button %}
{% endblock %}