From fec37580ed651b3335ab4de6d1bdc7af1dd14ed8 Mon Sep 17 00:00:00 2001 From: ben8 Date: Sat, 7 Jun 2025 19:28:17 +0200 Subject: [PATCH] =?UTF-8?q?style=5F=C3=BCberarbeitet#131?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django/templates/play/game/question_host.html | 71 ++++++++++++++----- .../play/game/question_participant.html | 50 ++++++++++--- 2 files changed, 95 insertions(+), 26 deletions(-) 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 %}