Forum Discussion
Paktolus
2 years agoCommunity Member
Preventing user from retaking quiz from instructions page after 2 tries.
On my Quiz Instructions page, you have to click Next to start the quiz. Once you're done and you see the Results page, you can take the quiz one more time using the Retry button. When it takes you b...
WaltHamilton
2 years agoSuper Hero
You will need to create and manage a variable that tracks the number of attempts. The built-in quiz will not change it. So every time the instructions page starts, it will disable the next button, if I read your post correctly that the only way to the quiz is through the Next button on the instructions page. If there is a Menu link to the quiz page, then you need to put the trigger on the quiz. When the quiz starts, jump to another page if your variable shows 2 or more attempts.