{% extends "global/Page.html" %} {% load otree %} {% block title %} Matrix {{ matrix_number }} of {{ Constants.num_correct_needed }} {% endblock %} {% block content%} {% formfield player.answer label="Number of 1s:" %} {% if subsession.round_number > 1 %}

{% if previous_correct %} Correct! {% else %} Wrong answer. Try again with this matrix. {% endif %}

{% endif %}

Number of correct answers: {{ correct_answers }}

Matrix id is {{ matrix_id }}, the correct answer is {{ solution }}. {% next_button %} {% endblock %}