From 9b962f2f61c058145722312b7f6d5a3c5395ceda Mon Sep 17 00:00:00 2001 From: "Grail Finder (aider)" Date: Sat, 5 Apr 2025 17:18:20 +0300 Subject: feat: show explanations only after answer selection --- components/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components/index.html') diff --git a/components/index.html b/components/index.html index 4b46fbf..411165d 100644 --- a/components/index.html +++ b/components/index.html @@ -14,7 +14,7 @@ {{.Text}}
- {{if not .Correct}}Try Again{{else}}{{template "feedback" .}}{{end}} + {{if .Correct}}{{template "feedback" .}}{{else if .Explanation}}{{template "feedback" .}}{{end}} {{if .ShowNext}}
- {{template "feedback" .}}