From 54adafe5b471de5058623d3fbae17d223b76db3b Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Sun, 1 Jun 2025 19:05:02 +0200 Subject: [PATCH] modified: templates/quiz.html --- templates/quiz.html | 138 +++++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 73 deletions(-) diff --git a/templates/quiz.html b/templates/quiz.html index 90398de..6f66a60 100644 --- a/templates/quiz.html +++ b/templates/quiz.html @@ -356,79 +356,71 @@ function replayDuration() { - -
- {{ translations['songs_in_playlist'] }} {{ total_questions }} - - {{ translations['score'] }}: {{ score }} / {{ answered if answered > 0 else 1 }} - ({{ ((score / (answered if answered > 0 else 1)) * 100) | round(0) if answered > 0 else 0 }}{{ translations['percent'] }}) - -
-
- {{ translations['end_quiz'] }} -
-

{{ translations['question_artist'] }}

- - - - - -
- - - -
- - -
- - -
- - -
- -
- - -
- - - - -
- - -
- - - -
- - -
- {% if game_mode == 'artist' %} -

{{ translations['tip_artist'] }}

- {% elif game_mode == 'title' %} -

{{ translations['tip_title'] }}

- {% elif game_mode == 'year' %} -

{{ translations['tip_year'] }}

- {% endif %} + +
+
+ {{ translations['songs_in_playlist'] }} {{ total_questions }} + + {{ translations['score'] }}: {{ score }} / {{ answered if answered > 0 else 1 }} + ({{ ((score / (answered if answered > 0 else 1)) * 100) | round(0) if answered > 0 else 0 }}{{ translations['percent'] }}) + +
+
+ {{ translations['end_quiz'] }} +
+

{{ translations['question_artist'] }}

+ +
+ + + +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ {% if game_mode == 'artist' %} +

{{ translations['tip_artist'] }}

+ {% elif game_mode == 'title' %} +

{{ translations['tip_title'] }}

+ {% elif game_mode == 'year' %} +

{{ translations['tip_year'] }}

+ {% endif %} +