{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Question {{round_risk}}
{% endblock %} {% block content %}

{% if round_risk == 1 %} In the following decisions, you will choose between payments that you receive with different probabilities. {% endif %}

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

Please pick the option that you prefer:

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