Rev 1 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
=== 4.5 Onwards ===This file has been replaced by UPGRADING.md. See MDL-81125 for further information.===This files describes API changes in /grade/grading/form/* - Advanced grading methodsinformation provided here is intended especially for developers.=== 3.10 ===* Removed gradingform_provider.* Removed the following deprecated functions:get_gradingform_export_datadelete_gradingform_for_contextdelete_gradingform_for_userid=== 3.6 ===* The privacy interface gradingform_provider has been deprecated. Please usegradingform_provider_v2 instead.=== 2.5.2 ===* Grading methods now can return grade with decimals. See API functionsgradingform_controller::set_grade_range() andgradingform_controller::get_allow_grade_decimals(), and also examplesin gradingform_rubric_instance::get_grade().