{% extends "global/Page.html" %} {% load otree %} {% block title %} Matrix {{ matrix_number }} of {{ tasks_for_current_session }} ({{ hard_tasks }} large matrices, {{ normal_tasks }} small matrices) {% endblock %} {% block content%} {% if subsession.round_number > 1 %}
{% if previous_correct %} Correct! {% else %} Wrong answer. Try again with this matrix. {% endif %}
{% endif %}Number of correct answers so far: {{ correct_guesses }}/{{ tasks_for_current_session }}
Number of wrong guesses so far: {{ wrong_guesses }}/{{ tasks_for_current_session }}