{% extends "base.html" %} {% block title %} Answer question {% endblock %} {% block script %} {% endblock script %} {% block onload %} onload="update_time()" {% endblock onload %} {% block pagetitle %}

Test for {{ user.first_name.title }} {{ user.last_name.title }}

{% endblock %} {% block content %}

Online Test

{% csrf_token %}

{{ question.summary }} (Marks : {{ question.points }})


{{ question.description|safe }} {% if error_message %}
ERROR:
{{ error_message }}
{% endif %}

{% csrf_token %} {% if question.type == "mcq" %} {% for option in question.options.strip.splitlines %} {{option}}
{% endfor %} {% else %} {% endif %} {% if question.type == "mcq" %}
   {% else %}    {% endif %}
{{ user.first_name.title }} {{ user.last_name.title }}, You have {{ paper.questions_left }} question(s) left in {{ quiz_name }}

Time left:


{% endblock content %}