{% 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 player.grit_decision == 'easy' %} {% for row in participant.vars.table_easy %} {% for col in row %} {% endfor %} {% endfor %}
{{ col }}
{% else %} {% for row in participant.vars.table_difficult %} {% for col in row %} {% endfor %} {% endfor %}
{{ col }}
{% endif %} {{ form.grit_num_correct.as_hidden }}
{% endblock %}