errore caricamento oggetti scorm

Funzionalità di frontend per utenti e amministratori dei corsi: navigazione generale, materiali didattici, test, registro valutazioni, ecc.
Mario.dip
Newbie
Posts: 2
Joined: Thu Apr 24, 2014 9:50 am

Re: errore caricamento oggetti scorm

Post by Mario.dip »

Ciao, all'improvviso al caricamento degli scorm nel player di tutti i corsi mi dà pagina bianca e questo errore:


// find the first incomplete or neverstarted sco after the 'scoid' one
ScormPlayer.prototype.getNextIncompleteScoId = function( scoid ) {
var item = this.xmlTree.selectSingleNode('//item[@resource!="" and (@status="incomplete" or @status="neverstarted" or @status="not attempted" or @status="failed")]');

Uncaught TypeError: undefined is not a function

if( item == null )
item = this.xmlTree.selectSingleNode('//item[@resource!=""]');
if( item != null ) {
return item.getAttribute('id');
} else {
return null;
}
}

Cosa posso fare? Grazie
User avatar
alberto
FormaLms Guru
Posts: 1155
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: errore caricamento oggetti scorm

Post by alberto »

Se ti capita con chrome dai un'occhiata QUI
Mario.dip
Newbie
Posts: 2
Joined: Thu Apr 24, 2014 9:50 am

Re: errore caricamento oggetti scorm

Post by Mario.dip »

Grazie tante Alberto, aggiornando chrome funziona tutto :)
Post Reply