From: Vincent Vanwaelscappel Date: Wed, 11 Oct 2023 17:27:33 +0000 (+0200) Subject: wip #6387 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=784198b23b89ab4f07806cede2165e9a27648ee0;p=fluidbook-toolbox-quiz.git wip #6387 @0:10 --- diff --git a/js/quiz.attemptslog.js b/js/quiz.attemptslog.js index 5dbd1e4..0b15c1c 100644 --- a/js/quiz.attemptslog.js +++ b/js/quiz.attemptslog.js @@ -18,7 +18,7 @@ QuizAttemptsLog.prototype = { score: score, passed: this.quiz.score.isPassed(), questions: this.getQuestionsToLog(), }; - let dom = this.quiz.data.env === 'dev' ? 'dev.toolbox.fluidbook.com' : 'toolbox.fluidbook.com'; + let dom = this.quiz.data.env === 'development' ? 'dev.toolbox.fluidbook.com' : 'toolbox.fluidbook.com'; axios({ url: 'https://' + dom + '/quiz/' + this.quiz.data.id + '/log',