I have a variable called MaxSlideReached that keeps track of the farthest slide reached in the course.
For the navigation, besides the previous and next button, I am creating a list of all the slides allowing the user to click the name and to jump any previously viewed slide, but not jump ahead to ones unvisited.
Is there an easier way to do this than test the variable for each slide link.
I'd like to put this navigation on the master page but it doesn't appear possible.
Any help would be greatly appreciated.
I have a variable called MaxSlideReached that keeps track of the farthest slide reached in the course.
For the navigation, besides the previous and next button, I am creating a list of all the slides allowing the user to click the name and to jump any previously viewed slide, but not jump ahead to ones unvisited.
Is there an easier way to do this than test the variable for each slide link.
I'd like to put this navigation on the master page but it doesn't appear possible.
Any help would be greatly appreciated.