{% extends "global/Page.html" %} {% load otree static %} {% block title %} Example of how your bonus file could look like {% endblock %} {% block content %}

The following picture shows an example of the content of a bonus file. Note:

  • The very risk shown in Option 1 will not be in your bonus file. It is only an example.
  • Similarly, the amount in Option 2 can take many values. It can be positive or negative, larger or smaller.


As mentioned, you will get one of the options in your {{user_chosen_decision}}.pdf (plus the endowment) as your bonus. The endowment is stated above the two options.

{{ formfield_errors "attention_check_4" }}

In the experiment, you make 15 decisions. Each decision is for a different possible content of {{user_chosen_decision}}.pdf and you must decide about which of the two options therein you want.

{% endblock %}