mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00

The "No more attempts are allowed" message was being shown twice. I checked back, and it has been like that since before the quiz was converted to use a renderer. Still, it looks horrible, so changing it.
18 lines
363 B
Text
18 lines
363 B
Text
This files describes API changes in the quiz code.
|
|
|
|
|
|
=== 2.6 ===
|
|
|
|
* 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.
|