From: Vincent Vanwaelscappel Date: Thu, 21 Sep 2023 14:52:14 +0000 (+0200) Subject: wip #6186 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f7715bd0a9df6d7668902042828acec70f19070b;p=fluidbook-toolbox-quiz.git wip #6186 @0.25 --- diff --git a/js/quiz.scorm.js b/js/quiz.scorm.js index 1d347d8..3b133ba 100644 --- a/js/quiz.scorm.js +++ b/js/quiz.scorm.js @@ -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();