WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Accessibility for a MCQ Test

for

Number of posts in this thread: 2 (In chronological order)

From: Rajkumar
Date: Tue, Aug 07 2018 10:30AM
Subject: Accessibility for a MCQ Test
No previous message | Next message →

Hi,

I have a MCQ survey and I am currently using fieldset and legend for
MCQ. However, on Voiceover the legend text is being read twice.Should I not use filedset + legent and instead use h3 along with
tabindex for Question text. In this case when user tabs, the heading
text will be read first and then one the second tab question options
will be read.
Regards,
Raj

From: Vemaarapu Venkatesh
Date: Tue, Aug 07 2018 10:53PM
Subject: Re: Accessibility for a MCQ Test
← Previous message | No next message

I don't think so giving tab focus to questions is a valid practice as it is
static text. Fieldset and legend are appropriate tags to do this and if you
are not able to meet the expected behavior with fieldset + legend, try
associating your question to answer options using aria-labelledby.

Thanks,
Venkatesh