{% if include.item.question %}{{ include.item.question }}{% else %}Question {{ include.count }}{% endif %}
{% for choice in include.item.items %}{% if choice.correct == true %}{% endif %}{{ forloop.index }}. {{ choice.choice }}{% if choice.correct == true %}{% endif %}
{% endfor %}