Details
-
Type:
Sub-task
-
Status: OPEN
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 11.4, 11.5 [Tentative], 12.0, 19.0
-
Fix Version/s: None
-
Component/s: Tests & Quizzes (Samigo)
-
Labels:
-
Test Plan:
Description
In Matching questions, the [select] combo boxes are not correctly labelled with the options you are attempting to select.
Thus, a screen reader simply reads: "A, B, C, D, E" as you select each of these items from the drop-down menu when you are trying to respond to the question. For a screen reader user to answer the question, they need to remember from the question text what answers A, B, C, etc. correspond to, or constantly scroll back up on the page to have it re-read.
The user should be able to hear to what items the selections correspond.
For example, for the following question:
Identify synonyms.
A. They're
B. It's
C. Its
D. Belonging to him
E. None of the Above1. [select] They are
2. [select] It is
3. [select] Belonging to it
4. [select] His
5. [select] The location of something
The desired behavior is that the [select] box should say: "A. They're, B. It's, C. Its, D. Belonging to him, E. There".
A possible complication involves the use of HTML in the matches. Currently, you can have anything as a choice OR match, including images, embedded audio or video, or LaTeX math. The display of the combo boxes is currently the same for a visual user - A, B, C, D, E. Without eliminating the HTML option for the match items (which could potentially break existing or reused quiz functionality), I'm not sure how these would be labeled correctly for all users?