mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
21 lines
512 B
Plaintext
21 lines
512 B
Plaintext
This files describes API changes in the quiz code.
|
|
|
|
|
|
=== 2.6 ===
|
|
* As part of improving the page usability and accessibility, we updated the
|
|
heading levels for quiz module so it has a proper nesting. (MDL-41615)
|
|
|
|
* mod_quiz_renderer::view_best_score has been removed. (It did not do what the
|
|
name suggested anyway.)
|
|
|
|
|
|
=== 2.4 ===
|
|
|
|
* mod_quiz_renderer::finish_review_link now requires $attemptobj to be passed in
|
|
instead of a moodle_url.
|
|
|
|
|
|
=== Earlier changes ===
|
|
|
|
* Were not documented in this way. Sorry.
|