{% extends "global/Page.html" %} {% load static otree %} {% block title %} Instructions for the second test {% endblock %} {% block content %}

One by one, you will be shown a total of {{ Constants.total_num_raven_rounds }} matrices of symbols in a framed box like the one below. The matrices have either 2 columns and 2 rows (2x2), or 3 columns and 3 rows (3x3). The symbol in the lower right corner of the framed box will be missing. Below the framed box there will be six or eight symbols depicted. You will be asked to choose the one which exactly fits schematically into the lower right corner of the matrix.

Consider the following example:



In this example, the correct solution would be symbol number 2.

Your task is to select the correct symbol. Once you have confirmed your selection, a new matrix will appear including six or eight new symbols, one of which again fits into the lower right corner of the matrix.

For each matrix, you must choose one symbol. You cannot continue to the next matrix without having made a selection. Also, there is no way to go back to the previous matrix and change your selection after confirming.

{% next_button %} {% endblock %}