diff --git a/django/templates/play/game/question_host.html b/django/templates/play/game/question_host.html index bdfda9e..6ebba13 100644 --- a/django/templates/play/game/question_host.html +++ b/django/templates/play/game/question_host.html @@ -9,38 +9,68 @@ Spiel verlassen {% endif %} -
-

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

-

{{ question_data.question }}

+
+
+

Frage

+

{{ question_index|add:1 }}

+

von

+

{{ total_questions }}

+
+

Antworten:

+
+ + + + +

{{ question_data.question}}

{% if question_image %}
- Bild der Frage + Bild der Frage
{% endif %} + {% if request.session.mode != "learn" %} +
+
+
+ {% endif %} {% if request.session.mode == "learn" %}
{% else %}
{% endif %} - {% if request.session.mode != "learn" %} -
-

Verbleibende Zeit

-

30

-
- {% endif %} -
-

Antworten

-

0/0

-
+
{% if question_data.type != "input" %}
{% for option in question_data.options %}
-

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

+ +
+

Frage

+

{{ question_index|add:1 }}

+

von

+

{{ total_questions }}

+
+

{{ question_data.question }}

-
-

Verbleibende Zeit

-

30

-
+
+
+
+ {% if question_data.type != "input" %}
{% for option in question_data.options %}