Microsoft SCORM Package works with Firefox, but not with Internet Explorer

Re: Microsoft SCORM Package works with Firefox, but not with Internet Explorer

by Peter Koel -
Number of replies: 2

Hello,


   I am having this same issue. I tried the suggestion of editing the php file and it did not work. Here is my environment:

Moodle 2.72

Windows Server

IE11

Microsoft Office 2010 SCORM Module

When I inspect the error using IE tools (F12), I note the following in the console  "Object Expected" for this line: var cSeconds = parseInt(e.innerHTML); in the file loadSCO.php.

A search for this error yielded no results. Compatibility mode will not work either. It will fail to load in Chrome, but FireFox works fine. I am able to load Captivate 8 SCORM modules with no issue and I am able to load Microsoft Office 2013 SCORM modules with no problems.

Any suggestions would be greatly appreciated!


Peter


In reply to Peter Koel

Re: Microsoft SCORM Package works with Firefox, but not with Internet Explorer

by Jeremy FitzPatrick -
Picture of Plugin developers
Hi Peter I have encountered this in a few bespoke SCORM activities I have created using JQuery 1.10.1

I replaced the JQuery JavaScript file with a more recent version, JQuery 1.11.2 and the error no longer occurs.

I have not debugged to determine the actual cause but perhaps there is some non compliant JavaScript in your SCORM package which is causing IE11 to throw an error.

Good luck

Jeremy
Average of ratings: Useful (1)
In reply to Jeremy FitzPatrick

Re: Microsoft SCORM Package works with Firefox, but not with Internet Explorer

by Anton van der Merwe -

Hi Jeremy,

I'm pulling my hair out with this SCORM issue.


Can you tell me how / where to replace the JQuery JavaScript file you were talking about?


Kind regards,