From 784198b23b89ab4f07806cede2165e9a27648ee0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 11 Oct 2023 19:27:33 +0200 Subject: [PATCH] wip #6387 @0:10 --- js/quiz.attemptslog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5