Forum Discussion
Next button gone when clicking previous on a learning checkpoint question.
Hello Chris, have you tried enabling Resume saved state for the 7 learning checkpoint question slides? I guess Reset to initial state has been selected for these slides. Also remember that choosing Resume saved state will not let the user to retake the quiz when the user clicks on Previous button.
The other way is with T/F variables and set the default value to false. Create 7 variables and on each slide, add a trigger to adjust the variable x value to true, when user clicks submit. So, trigger order when user clicks submit, first the variable changes to true and then the next button changes to normal state. Upon revisiting the previous slide, since the variable is true, the next button we will visible and lets the user to navigate to the next slide.
Give it a try and let me know if that worked for you!!