MDL-41615 quiz_mod: fix heading levels for usability and accessibility

This commit is contained in:
rwijaya 2013-11-05 18:52:24 +08:00
parent d214057cad
commit c544ee92f5
23 changed files with 86 additions and 32 deletions

View file

@ -1,7 +1,13 @@
This files describes API changes for quiz report plugins.
Overview of this plugin type at http://docs.moodle.org/dev/Quiz_reports
=== 2.6 ===
* Improving the display page and heading levels to have a proper nesting.
We are reducing the amount of white spaces for the top report by making
'separate group' options and attempts to be displayed inline.
In grading report, we are changing 'no questions' from using heading to
notification message. (MDL-41615)
=== 2.3 ===