HFP-2138 Fix display of max score
Will also require HFP-2138 fix in JoubelUI
(cherry picked from commit eb457bb20a
)
pull/32/head
parent
2b86f92ce3
commit
0758188bf9
|
@ -788,6 +788,7 @@ H5P.QuestionSet = function (options, contentId, contentData) {
|
|||
eparams.comment + '.' +
|
||||
eparams.resulttext)
|
||||
.show().focus();
|
||||
scoreBar.setMaxScore(totals);
|
||||
scoreBar.setScore(finals);
|
||||
}, 0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue