From f7715bd0a9df6d7668902042828acec70f19070b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 21 Sep 2023 16:52:14 +0200 Subject: [PATCH] wip #6186 @0.25 --- js/quiz.scorm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.5