{% extends "base.html" %} {% block title %}Quit exam {% endblock %} {% block pagetitle %}Online Test {% endblock %} {% block content %} {% if submitted or unattempted %}
Submitted Questions {% if submitted %} {{ submitted|join:", " }} {% else %}

No Questions have been Submitted

{% endif %}
Unattempted Questions {% if unattempted %} {{ unattempted|join:", " }} {% else %}

All Questions have been Submitted

{% endif %}
{% endif %}

Your current answers are saved.

Are you sure you wish to quit the exam?

Be sure, as you won't be able to restart this exam.

{% csrf_token %}
 
{% endblock content %}