This quiz is published and permanently frozen. Its questions, options and settings can never
be edited again, so every score stays comparable. The only remaining operation is deleting it.
{% endif %}
{{ render_title(quiz.title) }}
{% if quiz.status == 'draft' %}
Quiz settings
Add a question
{% endif %}
Questions ({{ questions|length }})
{% set uids = questions | map(attribute='uid') | list %}
{% for question in questions %}
{% set _question = question %}{% set _mode = "builder" %}{% include "_quiz_question.html" %}
{% if quiz.viewer_can_edit %}
{% if not loop.first %}
{% endif %}
{% if not loop.last %}
{% endif %}