{{ block title }} Results {{ endblock }} {{ block content }}
You answered {{ num_correct }} out of {{ total }} matrices correctly.
Your earnings for this task: {{ earnings }}.
| Matrix | Your answer | Correct answer | Result |
|---|---|---|---|
| {{ d.matrix }} | {{ d.given }} | {{ d.correct_answer }} | {{ if d.is_correct }} ✓ {{ else }} ✗ {{ endif }} |