Forum Discussion
TessaMaki
13 years agoCommunity Member
NEXT button on question slide not working on revisit
I'm having issues with the NEXT button that appears on a question slide when a learner revisits the slide after submitting.
As with your typical question slide, after the learner clicks SUBMIT, i...
JudyHogan
11 years agoCommunity Member
Hi All,
I've experienced this same problem. Have used this work-around:
Add the Next and Previous buttons to the question (done in slide properties).
Go to both the Correct and Incorrect layers.
Add a value variable (I've named mine "Completed"). Set the value at zero.
Add a trigger that adds the value "1" to "Completed" when the Submit button is clicked.
Add a Message layer that says that the question must be answered, and the Submit button clicked to advance the course.
On the main slide
Add a trigger to jump to the desired slide when the Next button is clicked and the variable is greater than zero.
Add a trigger that shows the above Message layer when the Next button is clicked and the variable is equal to zero.
It seems to work!
Judy