Skip a qestion slide while reviewing.
Working on a project recently, I Had a problem where user had to move thorough the course (with back and next buttons), but the course got stuck on a question slide thats already been answered. I have solved that with variable for each question (question1, question2 ...) and when the user opens the question slide to answer it the value of question1 changes from 0 to 1 and the slide before question has advanced action if question1 = 0 jump to question slide, else jump to the slide after the question slide. This have solved my problem and the user jumps the question slide while going back and forward.
But, when I upload the course on LMS and then I complete the whole course, next time I come back the LMS remembers it as complete, but the course does not remembers the values of question variables they are all 0 as their default value and I got stuck on the question slides again.
Generally, I think I have two questions for solving this problem:
1. Is there a way to store the variables in the lms as well as the course is stored (lms remembers that I have finished the course and it's not restarting it)?
2. Is there a way to set up the course to be restarted each time it is played on the LMS?
