Page 2 of 2

Re: errore caricamento oggetti scorm

Posted: Thu Apr 24, 2014 10:14 am
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

Re: errore caricamento oggetti scorm

Posted: Sat Apr 26, 2014 8:07 pm
by alberto
Se ti capita con chrome dai un'occhiata QUI

Re: errore caricamento oggetti scorm

Posted: Mon Apr 28, 2014 8:41 am
by Mario.dip
Grazie tante Alberto, aggiornando chrome funziona tutto :)