parent
0203402821
commit
587f488276
|
@ -344,6 +344,9 @@ H5P.QuestionSet = function (options, contentId) {
|
|||
return;
|
||||
}
|
||||
|
||||
// Ensure boolean
|
||||
isAnswered = !!isAnswered;
|
||||
|
||||
var label = params.texts.jumpToQuestion
|
||||
.replace('%d', (dotIndex + 1).toString())
|
||||
.replace('%total', $('.progress-dot', $myDom).length) +
|
||||
|
|
Loading…
Reference in New Issue