{% extends "global/Page.html" %} {% block content %}

Question {{number}}

{{ question }}

You answered: {{ answer }}
{% if is_correct %} Correct! {% else %} Incorrect. Please try again.
{% endif %}

{{ explanation }}

{% endblock %}