{% extends 'quiz/base.html.twig' %} {% block body %}

{% if season.settings.showNumbers %} ({{ question.ordering }}/{{ question.quiz.questions.count }}) {% endif %}{{ question.question }}

{% set twoCol = question.answers|length >= 6 %} {% if season.settings.confirmAnswers == false %}
{% for answer in question.answers %}
{% endfor %}
{% else %}
{% for answer in question.answers %}
{% endfor %}
{% endif %}
{% endblock body %}