{% extends "global/Page.html" %} {% load otree %} {% block title %} The Task {% endblock %} {% block app_styles %} {% endblock %} {% block scripts %} {% endblock %} {% block content %}

You have now completed the {{ num_mandatory }} tasks. Once you click the next button, you will begin completing the number of tasks that you selected for the randomly chosen decision-that-counts. Once you finish, you will be asked to complete a very brief survey (~1 min), and will be instructed as to what to do to collect your payment.

As a reminder, the number of tasks you must complete associated with the randomly selected decision-that-counts is {{ numTasks_todo }}.
Once you finish all of these tasks, you will be receive a completion fee of {{ show_up_fee }}, and be paid according to the rate:


{% next_button %}
{% endblock %}