{% extends "global/Page.html" %} {% load otree %} {% block title %} Welcome to the task allocation experiment {% endblock %} {% block content %}
This experiment consists of two sessions. This is the first session. The second session will take place exactly one week from now.
In both sessions, you will have to do multiple rounds of a simple task. The task is to count the number of 1s in a matrix of 0s and 1s.
Example of a matrix:

Now, please do {{ Constants.num_correct_needed }} rounds to familiarize yourself with the task. Only a correctly solved matrix counts as a completed round, so you have to give {{ Constants.num_correct_needed }} correct answers. After entering the number you think that corresponds to the number of 1s in the matrix, click on the Next button. If you entered a wrong number, you will be shown another matrix to try again.
If you are ready, click on the Next button to proceed to the task.
{% next_button %} {% endblock %}