mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02: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.
12 lines
243 B
Text
12 lines
243 B
Text
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.
|