Is anyone loading Captivate lessons to their LMS successfully? I have been trying to load a successful lesson every since we converted from Docent to TotalLMS. My issue is that the lesson does not mark complete once fully gone through the lesson and was hoping someone has the secret to making this work.
Thank you,
Jill Bouton
Captivate and TotalLMS 7.X
Jill:
Try this, if you haven't already:
If the SCORM API cannot be found, change the default value of the API order variable (g_intAPIOrder) so that it tries to find the API from the top-down. To change the order for finding the API:
1. Edit the HTM file that was generated by the publish process.
2. Find the line that contains the initialization reference to the variable g_intAPIOrderâ€â€by default the line/value is var g_intAPIOrder = 0;
3. Change the value so that it reads: var g_intAPIOrder = 1;
This is from http://www.adobe.com/devnet/captivate/articles/output_scorm_04.html and represents a generic problem that tends to happen with the methodogy used by the Adobe/Macromedia products. The fix to avoid having to do this has been know for years, but Adobe has never implemented it.
--
Joe Kyle
--jjkd--
Captivate and TotalLMS 7.X
Thank you Joe,
I have tried that and I actually tried it again just in case and it still will not mark the lesson complete. The lesson stays in the incomplete status on the LMS.