From 0758188bf9257c880de67f85c8a4a76407bc3c3f Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Thu, 26 Jul 2018 18:05:21 +0200 Subject: [PATCH] HFP-2138 Fix display of max score Will also require HFP-2138 fix in JoubelUI (cherry picked from commit eb457bb20a5d9becc3f76f41eba2d8ca4f200af0) --- js/questionset.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/questionset.js b/js/questionset.js index a51f27d..3d65355 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -788,6 +788,7 @@ H5P.QuestionSet = function (options, contentId, contentData) { eparams.comment + '.' + eparams.resulttext) .show().focus(); + scoreBar.setMaxScore(totals); scoreBar.setScore(finals); }, 0); }