From: soufiane Date: Wed, 22 May 2024 13:24:12 +0000 (+0200) Subject: wip #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e9cb037b63373514c388c94262f1d0031e5694bb;p=fluidbook-toolbox-quiz.git wip #6927 --- diff --git a/js/quiz.accessibility.js b/js/quiz.accessibility.js index 1db6f1a..ced76ec 100644 --- a/js/quiz.accessibility.js +++ b/js/quiz.accessibility.js @@ -48,7 +48,7 @@ QuizAccessibility.prototype = { this.quiz.screens.getActiveScreen().find(".screen a").removeAttr("tabindex") return false; } - this.quiz.screens.getActiveScreen().find(".screen a").attr('tabindex',tabindex) + this.quiz.screens.getActiveScreen().find(".screen [tabindex]").attr('tabindex',tabindex) } } diff --git a/views/screens/question_country.blade.php b/views/screens/question_country.blade.php index a001c0c..207e5a1 100644 --- a/views/screens/question_country.blade.php +++ b/views/screens/question_country.blade.php @@ -6,7 +6,7 @@