From c2d82a17832590d86c7c243671b64df95913350e Mon Sep 17 00:00:00 2001 From: "Grail Finder (aider)" Date: Sat, 5 Apr 2025 17:36:57 +0300 Subject: refactor: track question status using Status field instead of showNext flag --- components/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/index.html b/components/index.html index 50839f4..3efca24 100644 --- a/components/index.html +++ b/components/index.html @@ -15,7 +15,7 @@
{{if .Correct}}{{template "feedback" .}}{{else if .Requirement}}{{template "feedback" .}}{{end}} - {{if .ShowNext}} + {{if ne .Status 0}}