We're sorry
{{ message }}
{% if explanation %}
Explanation: {{ explanation }}
{% endif %}
Your Training Statistics
{% if correct_count is defined %}
Correct Answers:
{{ correct_count }}
{% endif %}
{% if total_mistakes is defined %}
Total Mistakes:
{{ total_mistakes }}
{% endif %}
{% if max_mistakes is defined and max_mistakes > 0 %}
Maximum Allowed:
{{ max_mistakes }}
{% endif %}
{% if question_mistakes is defined %}
Mistakes on Question:
{{ question_mistakes }}
{% endif %}
{% if max_mistakes_per_question is defined and max_mistakes_per_question > 0 %}
Max Per Question:
{{ max_mistakes_per_question }}
{% endif %}
{% if total_questions is defined %}
Total Questions:
{{ total_questions }}
{% endif %}
{% if min_correct is defined %}
Required Correct:
{{ min_correct }}
{% endif %}