1

When you view a quiz in the moodle mobile app, the line of code appears with class sr-only in span. How to resolve it in Moodle 4.1 ?

Click to view the error

The page display well in web browser. I have tried to figure out which page results to that error without any successful

danimo
  • 11
  • 2
  • That’s not an error, ‘sr-only’ is a commonly used class to target screen readers (Note the text inside). As its a CSS class, you can target the span with: .sr-only – Timmah Mar 25 '23 at 03:03
  • Please share more details, like the error message **in text form**, the code involved, and your attempts to resolve the problem – Nico Haase Mar 27 '23 at 11:35

1 Answers1

0

This was solved in the 4.2 release, you can look at the details here: MOBILE-4289

Noel De Martin
  • 2,779
  • 4
  • 28
  • 39