Question
tracking completion status problem
Captivate 1.01.1418 Build 1418
LMS: IBM Workplace Collaborative Learning 2.6.1
I created a movie with few slides and two buttons on each slide. I use those buttons to navigate between sibling slides (I have good reasons why I don't use standard navigation bar). When user starts a lesson, LMS API is found and status sets to incomplete as it should be. When user gets to the last slide, completion status sets to completed in some movies but not in all movies although all movies have the same SCORM settings. I use SCORM 1.2 in IBM Lotus Workplace Collaborative Learning LMS. I already tried to include buttons in quiz as suggested in other topics on this forum but it doesn't help. I managed to get status to completed but when a user returns to the same movie next time, movie acts very strange: slides are skipped, completion status stays incomplete (even when a user walks through all slides) etc... Very strange problems.
My idea is that movie is using suspend data to skip slides already viewd by user last time when user opened the lesson. Unfortunatelly, users expect to start the lesson from the beggining. Major problem is that lesson status stays incomplete when user returns to the lesson second time after the lesson was completed the last time.
Uff... sounds complicated? Let me try to explain what I'm trying to acomplish: I want my movie to be set as incomplete when user starts a lesson. When he gets to the last slide, lesson status has to be set to completed. Simple as that: incomplete on start, completed on end of the movie. Score is not important to me at the moment. Is it possible and how?
BTW, I already solved the issue with not finding the LMS API. I solved that by setting g_intAPIOrder to 1 instead of 0. That inverted the direction of finding the API and solved the problem.
LMS: IBM Workplace Collaborative Learning 2.6.1
I created a movie with few slides and two buttons on each slide. I use those buttons to navigate between sibling slides (I have good reasons why I don't use standard navigation bar). When user starts a lesson, LMS API is found and status sets to incomplete as it should be. When user gets to the last slide, completion status sets to completed in some movies but not in all movies although all movies have the same SCORM settings. I use SCORM 1.2 in IBM Lotus Workplace Collaborative Learning LMS. I already tried to include buttons in quiz as suggested in other topics on this forum but it doesn't help. I managed to get status to completed but when a user returns to the same movie next time, movie acts very strange: slides are skipped, completion status stays incomplete (even when a user walks through all slides) etc... Very strange problems.
My idea is that movie is using suspend data to skip slides already viewd by user last time when user opened the lesson. Unfortunatelly, users expect to start the lesson from the beggining. Major problem is that lesson status stays incomplete when user returns to the lesson second time after the lesson was completed the last time.
Uff... sounds complicated? Let me try to explain what I'm trying to acomplish: I want my movie to be set as incomplete when user starts a lesson. When he gets to the last slide, lesson status has to be set to completed. Simple as that: incomplete on start, completed on end of the movie. Score is not important to me at the moment. Is it possible and how?
BTW, I already solved the issue with not finding the LMS API. I solved that by setting g_intAPIOrder to 1 instead of 0. That inverted the direction of finding the API and solved the problem.