{% extends "base.html" %} {% load quiz_tags %} {% block title %} Progress Page {% endblock %} {% block description %} User Progress Page {% endblock %} {% block content %} {% if cat_scores %}
Category | Correctly answererd | Incorrect | % |
---|---|---|---|
{{ cat }} | {{ value.0 }} | {{ value.1 }} | {{ value.2 }} |
Below are the results of exams that you have sat.
Quiz Title | Score | Possible Score | % |
---|---|---|---|
{{ exam.quiz.title }} | {{ exam.current_score }} | {{ exam.quiz.get_max_score }} | {{ exam.get_percent_correct }} |