Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
=== 4.5 Onwards ===
2
 
3
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4
 
5
===
1 efrain 6
This files describes API changes in /grade/grading/form/* - Advanced grading methods
7
information provided here is intended especially for developers.
8
 
9
=== 3.10 ===
10
 
11
* Removed gradingform_provider.
12
* Removed the following deprecated functions:
13
    get_gradingform_export_data
14
    delete_gradingform_for_context
15
    delete_gradingform_for_userid
16
 
17
=== 3.6 ===
18
 
19
* The privacy interface gradingform_provider has been deprecated. Please use
20
  gradingform_provider_v2 instead.
21
 
22
=== 2.5.2 ===
23
 
24
* Grading methods now can return grade with decimals. See API functions
25
  gradingform_controller::set_grade_range() and
26
  gradingform_controller::get_allow_grade_decimals(), and also examples
27
  in gradingform_rubric_instance::get_grade().