pull/72/merge
Oliver Tacke 2021-11-11 11:50:35 +01:00 committed by GitHub
commit 64b744f33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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');