Forum Discussion
LouisaJames-56a
4 years agoCommunity Member
Dial and restricted navigation
I have a dial navigation where the learner drags the clock arm around the numbers to visit each chapter of the module.
Is there some way to stop learners from going ahead? In other words, they mu...
PhilMayor
4 years agoSuper Hero
You could use a dial but it becomes a little more difficult to restrict the use.
I think you need an additional variable to store the current section that is unlocked (maxCurrentSection). Then add a trigger to adjust the dial variable (dialVariable) something like this
Adjust dialVariable to variable maxCurrentSection IF dialVariable is > maxCurrentSection