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