{% extends "global/Page.html" %} {% load otree static %} {% block title %} Comprehension questions 2/2 {% endblock %} {% block content %}

Consider the following exemplary decision.


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

Your endowment is £{{base_endwoment}}.

Option 1: Take the risk
(i.e., adjust my endowment by the outcome of):
Option 2: Take amount
(i.e., adjust my endowment by):
£x

Your decision: “Please give me Option 2 (the amount) if it is £ or more and Option 1 (the risk) otherwise.”

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.


{{ formfield_errors "attention_check_1_e" }} {{ formfield_errors "attention_check_1_f" }} {{ formfield_errors "attention_check_1_g" }}
{% endblock %}