From 45af3ef06e832dd4f31483462cf0be4b14a5f759 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Mon, 27 Jun 2016 11:59:36 +0200 Subject: [PATCH] Make sure to show announcer when changing it, since resetTask hides it. HFJ-2041 --- js/questionset.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/questionset.js b/js/questionset.js index 9d87537..6f3ceb0 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -233,6 +233,7 @@ H5P.QuestionSet = function (options, contentId) { .replace('@total', questionInstances.length.toString()); $('.qs-progress-announcer', $myDom) + .show() .html(humanizedProgress) .focus(); }, 0);