{% extends "base.html" %} {% block pagetitle %} Yaksh Online Test {% endblock %} {% block content %}
{% 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

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