HFP-2138 Fix display of max score

Will also require HFP-2138 fix in JoubelUI

(cherry picked from commit eb457bb20a)
pull/32/head
Oliver Tacke 2018-07-26 18:05:21 +02:00 committed by thomasmars
parent 2b86f92ce3
commit 0758188bf9
1 changed files with 1 additions and 0 deletions

View File

@ -788,6 +788,7 @@ H5P.QuestionSet = function (options, contentId, contentData) {
eparams.comment + '.' +
eparams.resulttext)
.show().focus();
scoreBar.setMaxScore(totals);
scoreBar.setScore(finals);
}, 0);
}