Make sure to show announcer when changing it, since resetTask hides it.

HFJ-2041
pull/5/head
Thomas Marstrander 2016-06-27 11:59:36 +02:00
parent 653d12a85e
commit 45af3ef06e
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ H5P.QuestionSet = function (options, contentId) {
.replace('@total', questionInstances.length.toString());
$('.qs-progress-announcer', $myDom)
.show()
.html(humanizedProgress)
.focus();
}, 0);