{% extends "global/Page.html" %} {% load otree static %} {% block title %} Decision {{ choice_type }} {% endblock %} {% block content %}

Suppose the endowment and Option 1 in your bonus file are as follows:

Your endowment is £{{base_endowment}}.

{% if repetitions == 1 %} Option 1: Take the risk
(i.e., adjust my endowment by the outcome of): {% else %} Option 1: Take the single the risk {{repetitions}} {{repetitions_word}} times or until losing the first time, whichever happens first
(and add the outcome to my endowment): {% endif %}
Option 2: Take amount
(i.e., adjust my endowment by):
£x

{% if repetitions == 1 %} Your decision: “Please give me Option 2 (the amount) if it is £ or more and Option 1 (the risk) otherwise.” {% else %} Your decision: “Please give me Option 2 (the amount) if it is £ more and Option 1 (the risk up to {{repetitions}} times) otherwise.” {% endif %} {{ formfield_errors "player_choice_past" }}

As you wish: If {{user_chosen_decision}}.pdf shows Option 1 as above, then:

  • We give you Option 1 if the amount is less than £.
  • Otherwise, we give you Option 2.

{% endblock %}