{% extends "global/Page.html" %} {% load otree %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}

Instructions

You will be paid for your performance in a game. The game consists of a 10 by 10 grid and each cell in the grid must be colored either green or gray.

The number of consecutively colored green squares in any given row or column must be in the order of the numbers at the side and on the top.

There has to be at least one gray square in between two sets of green squares.

To color a cell, you need to first click on your preferred color for this cell on the right. If you color a cell wrongly, the cell will flash red and then change to the correct color.

Here is an example of a game. A clue of "5 2" means that there are sets of five and two green squares, in this order, with at least one gray square between the two sets. In total there should be three gray squares in this row or column.


You have 10 minutes for each game. You will proceed to the next page after you complete the game or the time runs out.

Before we explain how you can earn money in this study, we will give you a practice game for you to familiarize yourself with the game.

Please do not click through the squares to rush through the game. This will be detected and result in a rejected submission.

Please press the "Next" button to proceed to the practice game.


{% next_button %}
{% endblock %}