{% extends "base.html" %} {% block title %}Test result{% endblock %} {% block content %}
Card image cap
Quite good! All the best for next quiz!
Result: {{ status }}
Score: {{ points }}
{#

Percentage: 60%

#} {#

Correct answers: 3

#} {#

Incorrect answers: 2

#} {#

Total questions: 5

#}
{% endblock %}