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

{{ question.summary }}

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

{% if error_message %}

ERROR:

{{ error_message }}
{% endif %}

{% csrf_token %}

{{ user.first_name.title }} {{ user.last_name.title }}, you have {{ paper.questions_left }} question(s) left in {{ quiz_name }}.

Time left:


{% csrf_token %}
{% endblock content %}