Copy link to clipboard
Copied
Hi Guys, I've got some pretty outdated captivate scorm packages that I don't want to host in our new LMS, but some staff still need to access them as a resource from time to time.
Is there a way to remove the scorm aspect and just host it on a server as a normal webpage instead? I don't have the original captivate projects, so can't republish with scorm disabled.
I've tried to unzip and host, but when naviagting to the htm files, it keep throwing up a "Error - unable to acquire LMS API..." message.
Any help would be really appreciated!!
If this is HTML5, you need to edit the CPM.js file. Unminify it, then:
1. Change reportingEnabled from true to false
2. Remove the entire quizReportingData object
Copy link to clipboard
Copied
In the short term, the course should still run if the user simply closes the error popup. Does anyone know which lines of the index_scorm.html file can be deleted to have the course run without trying to contact a SCORM server?
Copy link to clipboard
Copied
If this is HTML5, you need to edit the CPM.js file. Unminify it, then:
1. Change reportingEnabled from true to false
2. Remove the entire quizReportingData object
Copy link to clipboard
Copied
Thanks for replying TLCMediaDesign​ and dan56​!
TLCMediaDesign​ - that solution worked perfectly, much appreciated!