{% extends "base.html" %} {% block title %}Quiz Result — {{ quiz.title }}{% endblock %} {% block nav_courses_student %}active{% endblock %} {% block content %}
You passed this quiz.
{% else %}Keep studying and try again.
{% endif %}{{ forloop.counter }} {{ row.question.question_text }}