{% extends "site_base.html" %} {% block head_title %}{{ title }}{% endblock %} {% block body_class %}short-answer-quiz{% endblock %} {% block body %}

{{ title }}{% if question_number %}question {{ question_number }}/{{ num_questions }}{% endif %}

{% if description %}
{{ description }}
{% endif %}
{% csrf_token %}
{{ question.0 }}
{% for f in question.1 %}
{% endfor %}
{% endblock %}