mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-41615 quiz_mod: fix heading levels for usability and accessibility
This commit is contained in:
parent
d214057cad
commit
c544ee92f5
23 changed files with 86 additions and 32 deletions
|
@ -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 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue