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); }