Forum Discussion
KyleEgan-e53aae
2 months agoCommunity Member
RISE - Question numbers in quiz hidden to screen readers (Accessibility)
We have built a RISE course that uses the inbuilt quiz functionality not the quiz interaction. When we publish the course for testing the question number is not assessable to NVDA or JAWS. We test th...
SamHill
2 months agoSuper Hero
Hi there, just above the content you have highlighted in the screen shot is the version of the question number that is optimised for screen readers as "Question 1 of 12" rather than "Question 01/12" which works visually, but makes less sense to a screen reader user.
You will see it is in a <H1> element. The element has a class of "visually-hidden-always", which hides it from the display layout, however, it is available to assistive technology.
<h1 class="visually-hidden-always" tabindex="-l">Question 1 of 12</h1>