mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +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
|
@ -10,6 +10,9 @@ question_engine::is_manual_grade_in_range.
|
|||
($qa, $options) to ($qa, $behaviouroutput, $options). If you have overridden
|
||||
that method you will need to update your code.
|
||||
|
||||
3) Heading level for number(), add_part_heading() and respond_history()
|
||||
has been lowered by one level. These changes are part of improving the page
|
||||
accessibility and making heading to have proper nesting. (MDL-41615)
|
||||
|
||||
=== Earlier changes ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue