{% extends 'base.html' %} {% block title %}All Quizzes{% endblock %} {% block content %}
User | Quiz | Score (%) | |
---|---|---|---|
{{ sitting.user }} | {{ sitting.quiz }} | {{ sitting.get_percent_correct }} | View details |
There are no matching quizzes.
{% endif %} {% endblock %}