mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00

Then use this in the CBM behaviours to change how the question marks are displayed there.
16 lines
464 B
Text
16 lines
464 B
Text
This files describes API changes for the core question system.
|
|
|
|
|
|
=== 2.4 ===
|
|
|
|
1) The method question_behaviour::is_manual_grade_in_range and move and become
|
|
question_engine::is_manual_grade_in_range.
|
|
|
|
2) The arguments to core_question_renderer::mark_summary changed from
|
|
($qa, $options) to ($qa, $behaviouroutput, $options). If you have overridden
|
|
that method you will need to update your code.
|
|
|
|
|
|
=== Earlier changes ===
|
|
|
|
* Were not documented in this way. Sorry.
|