Moodle 2.7.2 Microsoft SCORM

Re: Moodle 2.7.2 Microsoft SCORM

by Peter Koel -
Number of replies: 0

I have tried many of the work-around suggested:

Change theme and update the popup.php - no good.

Change the hteml files in the scorm package and add the meta tag for ie7 - no good

Here is what I have found:

IE

var cSeconds = parseInt(e.innerHTML);

                Object expected (loadSCO.php Line 48)

<go>

Document.prototype.onreadystatechange = null;

                Invalid calling object (xmldom.js line 91)

<go>

_navCourseNodes[i].status = aData[i] -0;

                Unable to set property 'Status' (sco.js, line 60)

<go>

Just sits at loading the scorm module.


Chrome

_navCourseNodes[i].status = aData[i] -0;

Uncaught TypeError: Cannot set property status of undefined (player.php)

if (document.getElementById("structTocResize").style.left > "0px")

                Cannot real property 'style' of null (navigation.js line 921)


Firefox

                Works Fine - in the console, it seems to ignore a lot of problems.


Any help would be really appreciated!