{% extends "global/Page.html" %} {% load otree static %} {% block title %} Your bonus {% endblock %} {% block content %}
{{ formfield_errors 'bfDownload' }} {{ formfield_errors 'chosenBF' }}

You will complete three tasks in this experiment but only one of them – your "bonus task" – determines your entire bonus.

Your bonus task is randomly determined as follows: You must download one of the three password-protected “bonus files” below. Each bonus file describes one of the experimental tasks, and the task described in your downloaded bonus file is your bonus task. Because you will receive the password to your bonus file only after completing all tasks, you do not yet know your bonus task. This suggests that you should complete each task with great care, as if it determines 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 testing %} {{ formfield 'feedback_dwnldBonusFiles' }} {% endif %} {% endblock %}