2012-08-13 13:48:22 +01:00
|
|
|
This files describes API changes in the quiz code.
|
|
|
|
|
2014-01-13 18:25:39 +00:00
|
|
|
=== 2.7 ===
|
|
|
|
|
|
|
|
* The columns of the quiz_question_instances table have been renamed to match
|
|
|
|
the coding guidelines. Specifically
|
|
|
|
quiz -> quizid
|
|
|
|
question -> questionid
|
|
|
|
grade -> maxmark
|
|
|
|
|
2012-08-13 13:48:22 +01:00
|
|
|
|
2013-08-13 14:28:09 +01:00
|
|
|
=== 2.6 ===
|
2013-11-05 18:52:24 +08:00
|
|
|
* 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)
|
2013-08-13 14:28:09 +01:00
|
|
|
|
|
|
|
* mod_quiz_renderer::view_best_score has been removed. (It did not do what the
|
|
|
|
name suggested anyway.)
|
|
|
|
|
|
|
|
|
2012-08-13 13:48:22 +01:00
|
|
|
=== 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.
|