{% extends "base.html" %} {% block pagetitle %}Online Test{% endblock %} {% block content %} {% csrf_token %} {% if paper.questions_answered.all or paper.questions_unanswered.all %}
{% for question in paper.questions.all %} {% if question in paper.questions_answered.all %} {% else %} {% endif %} {% endfor %}
Submission Status
Question State
{{ question.summary }} Attempted
{{ question }} Not completed
{% endif %}

Good bye!

{{message}}


You may now close the browser.


Home
{% endblock content %}