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

In total you solved correctly: {{ player.total_correct}} {% if player.total_correct == 1 %} matrix{% else %} matrices{% endif %}.

{% for row in table_rows %} {% endfor %}
Matrix #
Number of 'd' letters checked
Number of 'b' letters checked incorrectly
Matrix correct?
{{ row.round_number }} {{ row.d_crossed}} out of 20 {{ row.b_crossed}} {{ row.is_correct }}
{% next_button %} {% endblock %}