-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.1.1
-
MOODLE_21_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE
-
The choice responses should be summarized into a simple table with proper headers such as
<table border="1">
|
<tr>
|
<th scope="col">Choice</th>
|
<th scope="col">Percentage</th>
|
<th scope="col">Responses</th>
|
</tr>
|
<tr>
|
<th scope="row">Green</th>
|
<td>23%</td>
|
<td>8</td>
|
</tr>
|
<tr>
|
<th scope="row">Red</th>
|
<td>14%</td>
|
<td>5</td>
|
</tr>
|
<tr>
|
<th scope="row">Blue</th>
|
<td>34%</td>
|
<td>12</td>
|
</tr>
|
<tr>
|
<th scope="row">Yellow</th>
|
<td>29%</td>
|
<td>10</td>
|
</tr>
|
</table>
|
If you wanted to add a bar graph to it as well, you can do that with the technique that is currently employed of stretching an image to the correct number of pixels. If that technique is used, just make the alt="" instead of putting all of the "skip result graph" links.
The key here is you are presenting a data table, and all data tables must denote their row and/or column headers.
- blocks
-
MDL-33575 Unlabelled checkbox element when the individual users are listed in choice module.
- Closed