{% extends base_template %}
{% block body_class %}short-answer-quiz{% endblock %}
{% block content %}
{{ title }} COMPLETED
{% if description %}
{% include answer_template with question=question.0 %} | {{ question.1 }} | {% if answer == question.1 %} Correct! {% elif answer == None %} Didn't know {% else %} You said {{ answer }} {% endif %} |