javascript - non iframe html transition when using SCORM -
i want use scorm (ver. 2004) using multiple html pages , need switch them using location.href when im using 1 html file working intended. when using multiple files , switching them off location.href, no connection on new page , cannot initialize new connection because initialized.
thank help.
so connection being initialized isn't big deal. but, each page loading , trying initialize generates scorm warning/error. technically non-actionable error.
cons of approach
javascript has instantiate on each page - each time. means has pull down (depending on features using) bookmarking, suspend data, etc... mitigating becomes problematic.
- when terminate?
- how can bookmark or support bookmarking?
- what happens if curriculum adds or removes page later?
- can limit number of times try initialize?
- will lms allow (since salt , pepper values in query string)?
the share-ability barometer on doing i'd ripe failure , i'd caution against it. lms systems detect unload. can on come of above - sure. on taken rest... absolutely.
sco = shareable content object. , diminishes shareable part hurt downstream.
alternative
use single page sco collection defined in imsmanifest.xml. see https://github.com/cybercussion/scobot/wiki/single-pages-managed-by-lms-navigation
comment
hope helps. involved project long time ago architect wanted things simple this, , requires added elbow grease either support single pages managed lms, ajax or iframe approach right.
Comments
Post a Comment