]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wip #6186 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 21 Sep 2023 14:52:14 +0000 (16:52 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 21 Sep 2023 14:52:14 +0000 (16:52 +0200)
js/quiz.scorm.js

index 1d347d8f9a111d3e127201fb68c098194719a737..3b133ba20edfe101a1bf236e13692edea84e66dc 100644 (file)
@@ -6,8 +6,8 @@ function QuizScorm(quiz) {
     this.quiz = quiz;
     this.inited = false;
     this.enabled = false;
-    //this.defaultState = {q: -1, a: []};
-    this.defaultState = {q: 0, a: [[1,1,2,1,2]]};
+    this.defaultState = {q: -1, a: []};
+    //this.defaultState = {q: 0, a: [[1,1,2,1,2]]};
     this.skipSaveState = false;
 
     this.init();