diff options
author | Grail Finder (aider) <wohilas@gmail.com> | 2025-04-05 15:15:08 +0300 |
---|---|---|
committer | Grail Finder (aider) <wohilas@gmail.com> | 2025-04-05 15:15:08 +0300 |
commit | c5d2f477dca56c74891f4f61c38237b6dd2130bf (patch) | |
tree | 7b12a5683ebdde9c61f5cf62eb77d3e669bbe3f6 /internal/handlers/main.go | |
parent | 67889ad474c30f52a83b17db5331e15addc628f9 (diff) |
fix: update test selectors and question text for reliability
Diffstat (limited to 'internal/handlers/main.go')
-rw-r--r-- | internal/handlers/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/main.go b/internal/handlers/main.go index 3b44d49..5e1b8ae 100644 --- a/internal/handlers/main.go +++ b/internal/handlers/main.go @@ -113,7 +113,7 @@ func (h *Handlers) MainPage(w http.ResponseWriter, r *http.Request) { } testQuestion := &models.Question{ ID: 1, - Text: "___ du keine Zweifel daran?", + Text: "___ du keine Zweifel daran? (Test Question)", Option1: "Haben", Option2: "Hast", Option3: "Hat", |