From 42018ec3137dd2af5c84567e7b603f0eaf055048 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sun, 6 Apr 2025 09:27:33 +0300 Subject: refactor: update SQL query and remove question template --- components/index.html | 71 --------------------------------------------------- 1 file changed, 71 deletions(-) (limited to 'components') diff --git a/components/index.html b/components/index.html index 7d4552f..00df90f 100644 --- a/components/index.html +++ b/components/index.html @@ -10,77 +10,6 @@
- {{if .Requirement}} -

{{.Requirement}}

- {{end}} -
- {{.Text}} -
-
- {{if eq .Status 1}} - Correct! - {{end}} - {{if eq .Status 2}} - Wrong. - {{end}} -
-
- {{if ne .Status 0}} -
- {{.Explanation}} -
- - {{end}} -
-
- - - - -
-- cgit v1.2.3