HFP-2138 Fix display of max score
Will also require HFP-2138 fix in JoubelUIpull/32/head
parent
839465167b
commit
eb457bb20a
|
@ -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