{% for answer in question.answer_set.all %}
{% if block.rhetorical %}
{% else %}
{% if response %}
{% comment %}
multi select is trickier. since there can be more than one correct
response and more than one response by the user.
{% endcomment %}
{% if response.is_correct %}
Correct
{% else %}
Incorrect
{% endif %}