Forum Discussion
Next and Back buttons gone from Review Quiz when controls and menus hidden in Modern Player
Hey everyone,
I set up a variable (QuizVisited) to change to true once the questions are visited. This triggers the "revisit" layer, which overlays the original submit button with a next button. However, when revisiting the quiz, the next button appears instead of the submit button, which I need for a fresh attempt.
Does anyone know how to resolve this?
It sounds like you've got a trigger that shows the "revisit" layer if the T/F variable = True. There are a few ways to ensure that layer won't show when the user retries the quiz. For example, adjust the variable back to False via whatever button is used to restart/retry the quiz.
Also, be sure the layer gets hidden. That could be done when the user advances from the slide. Or just add an "Else" statement to the show-layer trigger that hides the layer if the condition isn't met (that is, if the variable = False).