{% extends "base.html" %} {% block title %}{{ quiz.title }} | Quiz{% endblock %} {% block nav_courses_student %}active{% endblock %} {% block content %}
{{ quiz.question_count }} question{{ quiz.question_count|pluralize }} · Pass score: {{ quiz.pass_score }}% · Attempt {{ attempts_taken|add:1 }}{% if quiz.max_attempts > 0 %} of {{ quiz.max_attempts }}{% endif %}