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
errore caricamento oggetti scorm
Re: errore caricamento oggetti scorm
Se ti capita con chrome dai un'occhiata QUI
Re: errore caricamento oggetti scorm
Grazie tante Alberto, aggiornando chrome funziona tutto