mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
9a79c34eb6
Under parallel development, when something is worth being commented in upgrade.txt notes, it will be applied to all the development branches using the "earliest" one to be released. So, if something changes in 3.10 (and also is applied to master), the upgrade.txt notes will show 3.10 in both branches. Of course, if something only goes to one dev branch (say master), then the master version will be used in the notes (4.0 in this case).
23 lines
725 B
Plaintext
23 lines
725 B
Plaintext
This files describes API changes in /grade/grading/form/* - Advanced grading methods
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 3.10 ===
|
|
|
|
* Removed gradingform_provider.
|
|
* Removed the following deprecated functions:
|
|
get_gradingform_export_data
|
|
delete_gradingform_for_context
|
|
delete_gradingform_for_userid
|
|
|
|
=== 3.6 ===
|
|
|
|
* The privacy interface gradingform_provider has been deprecated. Please use
|
|
gradingform_provider_v2 instead.
|
|
|
|
=== 2.5.2 ===
|
|
|
|
* Grading methods now can return grade with decimals. See API functions
|
|
gradingform_controller::set_grade_range() and
|
|
gradingform_controller::get_allow_grade_decimals(), and also examples
|
|
in gradingform_rubric_instance::get_grade().
|