{% extends 'base.html' %} {% block content %} {% load static %}

Frage

{{ question_index|add:1 }}

von

{{ total_questions }}

{{ question_data.question}}

{% if question_data.type == "multiple_choice" or question_data.type == "true_false" %}
{% for option in question_data.options %} {% endfor %}
{% elif question_data.type == "order" %}
{% for option in question_data.options %} {% endfor %}
{% else %}
{% endif %}
{% endblock %} {% block extra_js %} {% include 'play/game/common_scripts.html' %} {% endblock %}