{% extends 'base.html' %} {% block content %} CID: {{cid}}

{{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 %}