{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Quiz Builder — {{ course.name }}{% endblock %} {% if user.is_teacher %}{% block nav_teacher_courses %}active{% endblock %} {% else %}{% block nav_courses %}active{% endblock %}{% endif %} {% block content %}
Quiz Stats
Save quiz settings first, then add questions.
No questions yet.
Add First Question| Student | Score | Result | Date | Attempts | |
|---|---|---|---|---|---|
| {{ group.grouper.get_full_name }} | {{ last.score }}% | {% if last.passed %} Passed {% else %} Failed {% endif %} | {{ last.completed_at|date:"d M Y" }} | {{ count }}{% if quiz.max_attempts > 0 %}/{{ quiz.max_attempts }}{% endif %} |