From 769589c59b9c7c29b11060fe19cec9f0f1ae9603 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 19 Apr 2025 07:21:49 +0300 Subject: Feat: get next question in mixed group --- components/index.html | 3 +-- components/question.html | 12 ++++++------ internal/database/repos/questions.go | 4 ++-- internal/handlers/main.go | 37 ++++++++++++++++++++++++++++++------ 4 files changed, 40 insertions(+), 16 deletions(-) diff --git a/components/index.html b/components/index.html index 816fd21..3020e05 100644 --- a/components/index.html +++ b/components/index.html @@ -9,7 +9,7 @@ -
+

Mixed Übungen

{{range .}} @@ -24,7 +24,6 @@

{{end}}
-
diff --git a/components/question.html b/components/question.html index ef4618b..506e450 100644 --- a/components/question.html +++ b/components/question.html @@ -20,8 +20,8 @@ {{.Explanation}}