{% extends "base.html" %} {% load quiz_tags %} {% block title %} Progress Page {% endblock %} {% block description %} User Progress Page {% endblock %} {% block content %}
Below are the categories of questions that you have attempted. Blue is the percentage that are correct.
{% for cat, value in cat_scores.items %} {% ifnotequal cat "empty" %} {% if forloop.first %}Below are the results of exams that you have sat.
Quiz Title | Score | Possible Score | % |
---|---|---|---|