From: soufiane Date: Thu, 23 May 2024 08:43:15 +0000 (+0200) Subject: wait #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e091aef85fcef65b3eb9dc9c40884971bb315e44;p=fluidbook-toolbox-quiz.git wait #6927 --- diff --git a/js/quiz.screens.js b/js/quiz.screens.js index cf7336e..fe938f8 100644 --- a/js/quiz.screens.js +++ b/js/quiz.screens.js @@ -95,7 +95,7 @@ QuizScreens.prototype = { $(".list-item").removeAttr("tabindex") if(this.getActiveScreenType() === "multiple") { - this.activeScreen.find(".list-item").each(function(index) { + $(".active-screen .list-item").each(function(index) { $(this).attr('tabindex', index++) }) }