HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/universidad.bristol.com.py/mod/quiz/report/statistics/upgrade.txt
This files describes API changes in /mod/quiz/report/statistics/*,
information provided here is intended especially for developers.

=== 4.2.1 ===

* The methods quiz_statistics_report::calculate_questions_stats_for_question_bank and get_all_stats_and_analysis
  (which are really private to the quiz, and not part of any API you should be using) now have a new
  optional argument $calculateifrequired.

* In the past, the methods \quiz_statistics\calculator::get_last_calculated_time() and calculator::get_cached()
  only returned the pre-computed statistics if they were computed less than 15 minutes ago. Now, they will
  always return any computed statistics that exist. The constant calculator::TIME_TO_CACHE will be
  deprecated in Moodle 4.3.


=== 3.2 ===

* The function quiz_statistics_graph_get_new_colour() is deprecated in favour of the
  funtionality present in the new charting library.
* The function quiz_statistics_renumber_placeholders() is removed as the changes
  in MDL-31243 and MDL-27072 make this redundant.