mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 20:36:42 +01:00
This fix a small API change in mod_quiz_renderer::finish_review_link. At least the required change is an improvement, since it gives the renderer more flexibility.
13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
This files describes API changes in the quiz code.
|
|
|
|
|
|
=== 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.
|