{% extends "base.html" %} {% block content %}
| Date/Time | Question | Equation | Your Answer | Correct Answer | Result | Category |
|---|---|---|---|---|---|---|
| {{ record.timestamp.strftime('%Y-%m-%d %H:%M') }} | {{ record.question }} | {{ record.equation }} |
{% if record.user_answer is not none %}{{ record.user_answer|int }}{% else %}N/A{% endif %} | {{ record.correct_answer|int }} | {% if record.is_correct %} ✓ Correct {% else %} ✗ Incorrect {% endif %} | {{ record.category }} |
No answer history yet.