Skip to main content
Participating Frequently
July 19, 2018
Answered

Removing Scorm

  • July 19, 2018
  • 3 replies
  • 692 views

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!!

This topic has been closed for replies.
Correct answer TLCMediaDesign

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

3 replies

Participating Frequently
July 20, 2018

Thanks for replying TLCMediaDesign​ and dan56​!

TLCMediaDesign​ - that solution worked perfectly, much appreciated!

TLCMediaDesign
TLCMediaDesignCorrect answer
Inspiring
July 19, 2018

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

Inspiring
July 19, 2018

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?