Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • index_lms.html
  • index_lms_html5.html  
  • index_lms_flash.html

It is possible that the package packaged course either forces use of one of these, or uses browser detection to deliver the content in the respective type.  However, at the moment, the SCOManifest.js specifically sets 'index_lms.html' (see ExtractScormPackage() in CoreClient.cs), the consequence of this is that if the course is html5 or flash, the CurrentSCO and CurrentSCOId properties will not usually be set correctly.  This can lead to unforeseen consequences and other bugs.

...