{% extends 'base.html' %} {% block content %} {% if request.user.is_authenticated %} User: {{request.user}} {% else %} CID: {{cid}} {% endif %}
Allocated time over.
Time remaining: {% comment %}
Days
{% endcomment %}
Hours
Minutes
Seconds

{{exam.name}}: Question [{{pos|add:1}}/{{exam_length}}]

{% if exam.publish_results %} {% endif %}

{{question.stem|safe}}

{% csrf_token %} {{ form.non_field_errors }}
  1. {{ form.a.errors }} {{ form.a }}
  2. {{ form.b.errors }} {{ form.b }}
  3. {{ form.c.errors }} {{ form.c }}
  4. {{ form.d.errors }} {{ form.d }}
  5. {{ form.e.errors }} {{ form.e }}
{% if previous > -1 %} {% endif %} {% if next %} {% else %} {% if not exam.publish_results %} {% endif %} {% endif %} {% comment %} {% if exam.publish_results and question.feedback %}

Feedback

{{question.feedback|safe}}

{% endif %} {% endcomment %}

Questions

{% endblock %} {% block js %} {% endblock %} {% block css %} {% endblock %}