From 690a271ba913ecefcd5822ebb6b2c2dafef6881b Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Fri, 5 Feb 2021 14:58:13 +0100 Subject: [PATCH] Fix showing progress in solution mode --- js/questionset.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/questionset.js b/js/questionset.js index 267f8d5..aaea476 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -456,6 +456,7 @@ H5P.QuestionSet = function (options, contentId, contentData) { for (var i = 0; i < questionInstances.length; i++) { // Enable back and forth navigation in solution mode + toggleAnsweredDot(i, questionInstances[i].getAnswerGiven()); toggleDotsNavigation(true); if (i < questionInstances.length - 1) { questionInstances[i].showButton('next');