]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wait #6927
authorsoufiane <soufiane@cubedesigners.com>
Thu, 23 May 2024 08:43:15 +0000 (10:43 +0200)
committersoufiane <soufiane@cubedesigners.com>
Thu, 23 May 2024 08:43:15 +0000 (10:43 +0200)
js/quiz.screens.js

index cf7336e080dd140ce68712627f9226f5b805349b..fe938f812570a772d9f920c8870918eac413b03e 100644 (file)
@@ -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++)
             })
         }