Forum Discussion
TamarChobany378
10 months agoCommunity Member
Learner must visit minimum number of slides before progressing
I need help with Sotryline 360. I have a slider and want to make it so the user must visit a 3 out of 8 marks on the slider before they can proceed with the course. It does not have to be 3 consecut...
SamHill
10 months agoSuper Hero
Hi Tamar, you will need a separate variable, for example "counter" that you increment by 1 each time the slider value changes. You can do this by adding a trigger to add 1 to "counter" when variable changes (name of your slider variable). Then, when "counter" is equal to or greater than three, enable the Next/Continue button.