A developer created a webpage for answering quizzes. As an input, they decided to use a clickable list.
By doing so, they failed to address the accessibility issues of not having a standard <input>
tag.
Try to correct the code by adding a hidden <input type="radio">
or by using ARIA attributes.
Note: Solving this exercise with ARIA requires editing the JavaScript provided. Other considerations, such as proper input handling, will be taught in a later exercise!
A developer created a webpage for answering quizzes. As an input, they decided to use a clickable list.
By doing so, they failed to address the accessibility issues of not having a standard <input>
tag.
Try to correct the code by adding a hidden <input type="radio">
or by using ARIA attributes.
Note: Solving this exercise with ARIA requires editing the JavaScript provided. Other considerations, such as proper input handling, will be taught in a later exercise!