Make sure to show announcer when changing it, since resetTask hides it.
HFJ-2041pull/5/head
parent
653d12a85e
commit
45af3ef06e
|
@ -233,6 +233,7 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
.replace('@total', questionInstances.length.toString());
|
.replace('@total', questionInstances.length.toString());
|
||||||
|
|
||||||
$('.qs-progress-announcer', $myDom)
|
$('.qs-progress-announcer', $myDom)
|
||||||
|
.show()
|
||||||
.html(humanizedProgress)
|
.html(humanizedProgress)
|
||||||
.focus();
|
.focus();
|
||||||
}, 0);
|
}, 0);
|
||||||
|
|
Loading…
Reference in New Issue