{% extends "global/Page.html" %} {% load otree %} {% block title %} Instructions {% endblock %} {% block content %}
Welcome back! Now, you have to do {{ Constants.required_tasks }} required rounds, plus the remaining {{ tasks_for_tomorrow }} extra rounds. Only correct answers count as one completed round, so you have to answer {{ total_tasks_for_tomorrow }} matrices correctly.
The {{ total_tasks_for_today }} rounds you did in the previous session will be counted as {{ rewarded_w1 }} rounds, and the {{ total_tasks_for_tomorrow }} rounds you will do in this session will be counted as {{ rewarded_w2 }} rounds, so at the end of this session, you will receive a total payoff of {{ payoff }}.
Please click on the Next button to proceed to the task.
{% next_button %} {% endblock %}