{% extends 'base.html' %} {% block content %} {% if request.session.mode == "learn" %}
{% endif %}

Frage {{ question_index|add:1 }} von {{ total_questions }}

{{ question_data.question }}

Verbleibende Zeit

30

Antworten

0/0

{% for option in question_data.options %} {% endfor %}
{% endblock %} {% block extra_js %} {% include 'play/game/common_scripts.html' %} {% endblock %}