Skip to content

Releases: jcputney/scorm-again

Release 1.6.0

27 May 16:06
Compare
Choose a tag to compare

Catching ValidationError that was being thrown by GetValue when getting an invalid value. This exception was preventing further JS processing for modules that did not follow the SCORM specs...which is a lot.

Release 1.5.4

23 Apr 13:38
Compare
Choose a tag to compare
Fixing license in package

Release 1.5.3

19 Apr 19:55
Compare
Choose a tag to compare
Only allowing 'not attempted' when CMI has not been initialized

Release 1.5.1

20 Feb 17:09
Compare
Choose a tag to compare
Fixing issue with commit callback not being called for scheduled commits

Release 1.5.0

14 Dec 19:01
Compare
Choose a tag to compare

Add off and clear methods for remove event handlers.

Release 1.4.2

17 Aug 18:49
Compare
Choose a tag to compare
  • Fixed an issue with properly sorting interactions while running loadFromFlattenedJSON
  • Fixed an issue with incorrect results for interactions not being saved in SCORM 2004
  • Added several more test cases, specifically around making commit calls to an LMS endpoint

Release 1.4.1

14 Aug 20:12
Compare
Choose a tag to compare

Minor dependency cleanup issue

Release 1.4.0

14 Aug 19:47
Compare
Choose a tag to compare

Changes:

  • Enhancement: alwaysSendTotalTime added to always send the total_time upon commit
  • Enhancement: New event listeners have been added for Commit requests: CommitSuccess and CommitError
  • Bug Fix: cmi.interactions.n.learner_response was never being set, only validated

Release 1.3.0

14 Jul 14:31
Compare
Choose a tag to compare
[skip ci] - Updating Dist and Docs

Release 1.2.0

26 Jun 18:52
Compare
Choose a tag to compare

Added new setting selfReportSessionTime, which allows for overriding the session_time that gets reported by the module. Forces session_time to be returned as the amount of time since the module was initialized.