{{ block title }} Results {{ endblock }} {{ block content }}
Your Results

You answered {{ num_correct }} out of {{ total }} matrices correctly.

Your earnings for this task: {{ earnings }}.

{{ for d in details }} {{ endfor }}
Matrix Your answer Correct answer Result
{{ d.matrix }} {{ d.given }} {{ d.correct_answer }} {{ if d.is_correct }} {{ else }} {{ endif }}
{{ next_button }} {{ endblock }}