Hi there,
We have recently had an accessibility audit done on our courses, and an issue was flagged about the “X Attempts Remaining” text underneath activities. It was not a problem with NVDA, but was an issue with JAWS, and may be an issue with other screen readers.
I don’t fully understand the issue as I do not use screen readers, but this is what they said:
“The text X attempts remaining which appears once users have submitted answers to the multiple choice questions, has an aria-label applied to its parent div and the actual visible text hidden from screen readers using the aria-hidden attribute.
However, aria-label is not supported on divs, so this means that the text will be ignored by some screen readers.
Recommendation: Remove the aria-label and the aria-hidden attributes so that the visible text can be exposed to screen readers as it is to sighted users.”
Is there a way to fix this?
Thanks!