Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.5
-
Fix Version/s: 2.0
-
Component/s: Accessibility, Choice
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
A poll is displayed as two table rows, one of answers and another form fields to select those answers.
Why it matters
This layout requires blind users to memorize each answer and count its column position before selecting an answer.
Possible solution
There is a "Display Mode" setting for polls which allows the axis to be flipped, showing one column, with each row containing the form field and associated answer. This should be the default, and the "Display horizontally" option should be removed.
Attachments
Issue Links
| This issue will be resolved by: | ||||
| MDL-20508 | Choice results table can be difficult to read |
|
|
|
Currently in 2.0, the choice options are displayed as followed:
Display mode: horizontal
Choices are display in one row. Choices are separated into different columns. each column will content the form field to select the answer and answer label.
Display mode: Vertical
each Choices are display in separate rows. each row will only content 1 column to display the form field to select the answer and answer label.
The recommended solution seems to follow vertical display mode.
The pre-selected value for the display mode is set to horizontal.
I will ask Martin's opinion to reset the display mode to vertical.