Forum Discussion
KathleenMurp710
3 years agoCommunity Member
Show Next Button When Score =100
Hi community,
Can you help me with something here? I need the "Next" button to appear only when the quiz is passed at 100%. I've tried a few things like conditions and can't figure it out.
...
JudyNollet
3 years agoSuper Hero
Here's another way to approach this:
- On the Failure layer, add a trigger that changes the state of the NEXT button to Disabled.
- On the Success layer, add a trigger that changes the state of the NEXT button to Normal.
That's a simple way to keep NEXT disabled until the quiz is passed.