{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block styles %} {% endblock %} {% block app_scripts %} {% endblock %} {% block content %}
{% if is_touch %}
{% else %}
{% endif %}
{% if is_touch %} Tap on "G" to {% else %} Press on {{ Constants.LEFT_KEY_NAME }} for {% endif %}

or

{% if is_touch %} Tap "D" to {% else %} Press on {{ Constants.RIGHT_KEY_NAME }} for {% endif %}

or

Tour out of 7
This page contains the instructions. The game starts on the next page.
{% if is_touch %}

On the game page, you will see the following two gray boxes:

one on the left of the screen
(denoted "G")
one on the right of the screen
(denoted "D")
G

When a word appears:
Tap on the box "G for the words of the category and .
Tap on the box "D" for the words of the category and .
Each word belongs to a single category.

An X appears during an error.
Correct the error by pressing the correct key.

Go as fast as possible while making as few mistakes as possible.

{% else %}

When a word appears:
Press your left index finger on the {{ Constants.LEFT_KEY_NAME }} Key for the words in category and .
Press your right index finger on the {{ Constants.RIGHT_KEY_NAME }} Key for the words in category and .
Each word belongs to a single category.

An X appears for an error. Correct the error by pressing the correct key.
Go as fast as you can while making as few mistakes as possible.

{% endif %}
{% if is_touch %}

Click on the space bar to begin.

Start
{% else %}

Click on the{{ Constants.META_KEY_NAME }} to begin.

{% endif %}
{% if is_touch %} Tap "G" to {% else %} Press on {{ Constants.LEFT_KEY_NAME }} for {% endif %}

or

{% if is_touch %} Tap "D" to {% else %} Press on {{ Constants.RIGHT_KEY_NAME }} for {% endif %}

or

X
{% if is_touch %}
G
{% endif %}

An X appears during an error. Correct the error by pressing the correct key.

{% endblock %}