{% extends "global/Page.html" %} {% load otree static %} {% block title %} Your bonus {% endblock %} {% block content %}
{{ form.download_bool.errors }} {{ form.user_chosen_decision.errors }}

You will complete eleven tasks in this experiment and only one of them – your bonus task – determines your entire bonus.

Your bonus task is randomly determined as follows: Download one of the eleven bonus files below. Each bonus file describes one task. The task in your downloaded bonus file is your bonus task.

Because you receive the password to your bonus file only after the experiment, you will know your bonus task only after the experiment. Therefore, complete each task with great care – it could determine your entire bonus!

Please download your bonus file and save it in a convenient location.

{% for i, dwn_id, dwn_link in download_links %} Download
{{dwn_id}}.pdf
{% endfor %}

{{ if touristVersion}}
Note: In this tourist version, the password for all bonus files is '{{showPW}}' (no quotes).
{{ endif }}
{% endblock %}