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.

  1. when terminate?
  2. how can bookmark or support bookmarking?
  3. what happens if curriculum adds or removes page later?
  4. can limit number of times try initialize?
  5. 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

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -