From: soufiane Date: Tue, 21 May 2024 16:36:41 +0000 (+0200) Subject: wip #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=32314de55a54c1e796259c481c32d07d99e19a20;p=fluidbook-toolbox-quiz.git wip #6927 --- diff --git a/js/quiz.accessibility.js b/js/quiz.accessibility.js index 85c4fa1..4d36fcd 100644 --- a/js/quiz.accessibility.js +++ b/js/quiz.accessibility.js @@ -46,7 +46,7 @@ QuizAccessibility.prototype = { }, setTabindex: function(tabindex) { - this.activeScreen.find(".screen a").attr('tabindex',tabindex) + this.quiz.screens.getActiveScreen().find(".screen a").attr('tabindex',tabindex) } }