mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
10 lines
405 B
Plaintext
10 lines
405 B
Plaintext
This files describes API changes in /grade/grading/form/* - Advanced grading methods
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 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().
|