{% extends "global/Page.html" %} {% load otree %} {% block title %} Instructions {% endblock %} {% block content %}

Now, you have to do {{ Constants.required_tasks }} required rounds of the task, plus {{ tasks_for_today }} rounds, as this allocation decision was chosen randomly. Only a correctly solved matrix counts as one completed round, so you have to answer {{ total_tasks_for_today }} matrices correctly. In the next session, you will have to do the required {{ Constants.required_tasks }} rounds plus the rest {{ tasks_for_tomorrow }} rounds.

The {{ total_tasks_for_today }} rounds you do today will be counted as {{ rewarded_w1 }} rounds, and the {{ total_tasks_for_tomorrow }} rounds you do in the next session will be counted as {{ rewarded_w2 }} rounds, so in the end, you will receive a total payoff of {{ payoff }}.

Please click on the Next button to proceed to the tasks.

{% next_button %} {% endblock %}