{% if user_was_incorrect %}
You answered the above question incorrectly
{% endif %} {% for answer in answers %} {% if answer.correct %} {% else %} {% endif %} {% endfor %}
{{ answer.content }} This is the correct answer
{{ answer.content }} {% ifequal question_type 'MCQuestion' %} {% if answer.id == previous_answer_id %} This was your answer. {% endif %} {% endifequal %}