Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.
/analytics/classes/local/time_splitting/
FolderUp one level  
Fileaccumulative_parts.php [source] [72 lines]    Range processor splitting the course in parts and accumulating data from the start.
Fileafter_now.php          [source] [37 lines]    Interface for time-splitting methods whose ranges' times are after time().
Fileafter_start.php        [source] [111 lines]   Time splitting method that generates predictions X days/weeks/months after the analysable start.
Filebase.php               [source] [311 lines]   Base time splitting method.
Filebefore_now.php         [source] [37 lines]    Interface for time-splitting methods whose ranges' times are before time().
Fileequal_parts.php        [source] [88 lines]    X parts time splitting method.
Filepast_periodic.php      [source] [97 lines]    Time splitting method that generates predictions regularly.
Fileperiodic.php           [source] [162 lines]   Time splitting method that generates predictions regularly.
Fileupcoming_periodic.php  [source] [96 lines]    Time splitting method that generates predictions periodically.