{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %}

Practicising Task {{Constants.tasknumber}} - The Grid Task

{% endblock %} {% block content %}

This page is for you to familiarize with the grid task that the Performer will solve.

In each round, the Performer will be shown 10 grids and will have 45 seconds to count the number of ones for each grid like the one below.

0 1 0 0 1
1 0 0 0 1
1 1 1 0 1
1 1 1 0 1
1 1 1 1 1

{% next_button %} {% endblock %}