From 0758188bf9257c880de67f85c8a4a76407bc3c3f Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Thu, 26 Jul 2018 18:05:21 +0200 Subject: [PATCH 1/2] 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); } From 4c0ce34777edd609b92d88696a0a2b71c7496672 Mon Sep 17 00:00:00 2001 From: thomasmars Date: Fri, 27 Jul 2018 12:46:02 +0200 Subject: [PATCH 2/2] Bump patch version for release --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index e8ffcf1..4b09828 100644 --- a/library.json +++ b/library.json @@ -4,7 +4,7 @@ "contentType": "question", "majorVersion": 1, "minorVersion": 15, - "patchVersion": 2, + "patchVersion": 3, "embedTypes": [ "iframe" ],