{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} {% endblock %} {% block content %}

When you identify a pair (by clicking on both numbers), the pair is saved in the grid (both numbers change color), and you can move on to the next pair.

{% if grit_choice == 'easy' %} {% for row in table_easy %} {% for col in row %} {% endfor %} {% endfor %}
{{ col }}
{% else %} {% for row in table_difficult %} {% for col in row %} {% endfor %} {% endfor %}
{{ col }}
{% endif %} {% if round1 %} {{ form.grit_num_correct_round1.as_hidden }} {% else %} {{ form.grit_num_correct_round2.as_hidden }} {% endif %} {% next_button %}
{% endblock %}