Copy link to clipboard
Copied
I am running a Moodle site with several Captivate 8 modules. However I have a small glitch. Every time a user enters a module, it goes to the last slide (s)he was seeing, regardless if the person clicked on New Attempt or not. Now, I understand that this is the default behavior for Captivate projects, but not when I click New Attempt
Thanks
In the project properties, under SCORM, if you have 'Never Send Resume Data' unchecked, the CP project will always send back its current location and the 'cmi.exit' value to 'suspend'...which the LMS should then interpret as 'when the lesson is relaunched, it should resume to its previous state'...and it sends back that previous lesson_location back to the CP project, and CP resumes.
SO the easy way to avoid what you're seeing is to CHECK the 'Never Send Resume Data' option, in which case the pro
...Copy link to clipboard
Copied
In the project properties, under SCORM, if you have 'Never Send Resume Data' unchecked, the CP project will always send back its current location and the 'cmi.exit' value to 'suspend'...which the LMS should then interpret as 'when the lesson is relaunched, it should resume to its previous state'...and it sends back that previous lesson_location back to the CP project, and CP resumes.
SO the easy way to avoid what you're seeing is to CHECK the 'Never Send Resume Data' option, in which case the project will never tell the LMS its last location and, since it won't set 'cmi.exit' to suspend, it should stay as 'default' (or similar:
However, when you say 'click New Attempt', that's in your LMS, correct?
If so, then I'd *assume* that when you click that, the LMS should NOT send back the resume data and change the 'cmi.exit' value to 'default'. Is that would should happen? If not, how is the LMS 'New Attempt' buttons supposed to work (a question for your LMS vendor )
Copy link to clipboard
Copied
Thanks Erik, I'll give it a try to your answer. And yes, the "New Attempt" is in fact on my LMS, so I'll check the whole configuration hoping your answer is correct.
Thanks
Copy link to clipboard
Copied
Post back if not, and apologies for bad grammar in that last reply - that's what I get when trying to type an answer and listen to a webinar at the same time
Copy link to clipboard
Copied
After all this time, we finally tested your answer and it worked, so thank you very much!!