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 /mod/quiz/report/statistics/*,
7
information provided here is intended especially for developers.
8
 
9
=== 4.3 ===
10
 
11
* The methods quiz_statistics_report::calculate_questions_stats_for_question_bank and get_all_stats_and_analysis
12
  (which are really private to the quiz, and not part of any API you should be using) now have a new
13
  optional argument $calculateifrequired.
14
 
15
* In the past, the methods \quiz_statistics\calculator::get_last_calculated_time() and calculator::get_cached()
16
  only returned the pre-computed statistics if they were computed less than 15 minutes ago. Now, they will
17
  always return any computed statistics that exist. Therefore, the constant calculator::TIME_TO_CACHE has been
18
  deprecated.
19
 
20
 
21
=== 3.2 ===
22
 
23
* The function quiz_statistics_graph_get_new_colour() is deprecated in favour of the
24
  funtionality present in the new charting library.
25
* The function quiz_statistics_renumber_placeholders() is removed as the changes
26
  in MDL-31243 and MDL-27072 make this redundant.