scorm-again 3.1.1 → 3.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10996,12 +10996,6 @@ class TerminationHandler {
10996
10996
  }
10997
10997
  }
10998
10998
  } while (processedExit);
10999
- if (!hasSequencingRequest && !postConditionResult.sequencingRequest) {
11000
- const current = this.activityTree.currentActivity || currentActivity;
11001
- if (current.parent) {
11002
- this.activityTree.setCurrentActivityWithoutActivation(current.parent);
11003
- }
11004
- }
11005
10999
  return {
11006
11000
  terminationRequest: SequencingRequestType.EXIT,
11007
11001
  sequencingRequest: postConditionResult.sequencingRequest,
@@ -18313,6 +18307,7 @@ let CMI$1 = class CMI extends BaseRootCMI {
18313
18307
  */
18314
18308
  reset() {
18315
18309
  this._initialized = false;
18310
+ this._start_time = void 0;
18316
18311
  this._launch_data = "";
18317
18312
  this._comments = "";
18318
18313
  this.core?.reset();
@@ -21055,6 +21050,7 @@ class CMI extends BaseRootCMI {
21055
21050
  */
21056
21051
  reset() {
21057
21052
  this._initialized = false;
21053
+ this._start_time = void 0;
21058
21054
  this.metadata?.reset();
21059
21055
  this.learner?.reset();
21060
21056
  this.status?.reset();