Hi everyone — I’m hoping for some guidance on a scoring issue I can’t seem to resolve.
I’m building a score-based assessment (Likert scale, 1–5 per question). The goal is to display the total score on the final End Screen using {{score}}.
Here’s what I’ve already done:
-
All questions have numeric values assigned (1–5)
-
Score quiz is enabled
-
No branching rules are active (I deleted all rules)
-
No outcomes are intentionally set
-
The form flows naturally to a single End Screen
-
The End Screen includes
Your Total Score: {{score}} / 125 -
I’m testing on the published link, not preview
However:
-
The score does not calculate
-
{{score}}renders as blank -
In the Scoring tab, I sometimes still see a banner saying “Outcome quiz is already set up”, even after duplicating the form and removing logic
My questions:
-
Is there a known issue where Outcome Quiz logic persists even after deletion?
-
Is there a definitive way to fully reset a form from Outcome mode to Score mode?
-
Can
{{score}}fail to resolve if the End Screen is treated as a logic destination instead of a natural ending?
Any insight (or confirmation this is a platform bug) would be hugely appreciated. Thanks in advance.