{% INCLUDECSS '@battye_cmxquiz/cmx_quiz.css' %} {% include 'overall_header.html' %}

{% if CMX_QUIZ_IS_EDIT %}{{ lang('CMX_QUIZ_EDIT_QUIZ') }}{% else %}{{ lang('CMX_QUIZ_NEW') }}{% endif %}

{{ S_FORM_TOKEN }}

{{ lang('CMX_QUIZ_INFORMATION') }}

{{ lang('CMX_QUIZ_MINIMUM_AND_MAXIMUM_TEXT', CMX_QUIZ_MINIMUM_QUESTIONS, CMX_QUIZ_MAXIMUM_QUESTIONS )}}
{# Quiz name #}
{# Description #}
{% if CMX_QUIZ_TAGS|length > 0 %} {# Tag data #}
{% endif %} {% if CMX_QUIZ_ALLOW_TIME_LIMITS %} {# Time limits #}
{{ lang('CMX_QUIZ_TIME_LIMIT_MINUTES') }}
{% endif %} {% if CMX_QUIZ_MODERATOR %} {% if CMX_QUIZ_ALLOW_MULTIPLE_ATTEMPTS %} {# Maximum attempts #}
{% endif %} {% if CMX_QUIZ_ALLOW_MOVE_TO_USERGROUP %} {# Usergroup rewards #}
{{ lang('CMX_QUIZ_REWARD_SCORE' )}} {{ lang('CMX_QUIZ_REWARD_GROUP' )}}
{% endif %} {% if CMX_QUIZ_IS_EDIT %} {# Delete the quiz #}

{{ lang('CMX_QUIZ_DELETE_QUIZ_EXPLAIN' )}}
{% endif %} {% endif %}
{% for counter in CMX_QUIZ_COUNTER %} {% include '@battye_cmxquiz/component/cmx_quiz_submit_question.html' %} {% endfor %}
{# New quiz button #} {{ lang('CMX_QUIZ_NEW_QUESTION') }}
{% INCLUDEJS '@battye_cmxquiz/cmx_quiz.js' %} {% include 'overall_footer.html' %}