diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/index.html b/components/index.html index 411165d..50839f4 100644 --- a/components/index.html +++ b/components/index.html @@ -14,7 +14,7 @@ {{.Text}} </div> <div id="feedback" data-testid="feedback"> - {{if .Correct}}{{template "feedback" .}}{{else if .Explanation}}{{template "feedback" .}}{{end}} + {{if .Correct}}{{template "feedback" .}}{{else if .Requirement}}{{template "feedback" .}}{{end}} {{if .ShowNext}} <button hx-get="/next-question?current_id={{.ID}}" |