{% 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}}
{% if previous > -1 %} {% endif %} {% if next %} {% else %} {% if not exam.publish_results %} {% endif %} {% endif %} {% if exam.publish_results and question.feedback %}

Feedback

{{question.feedback|safe}}

{% endif %}

Questions

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