mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-65588 analytics: New models for student accesses
This commit is contained in:
parent
7d8ed90757
commit
2d9280e0df
21 changed files with 1079 additions and 89 deletions
|
@ -12,6 +12,9 @@ information provided here is intended especially for developers.
|
|||
* Indicators can add information about calculated values by calling add_shared_calculation_info(). This
|
||||
data is later available for targets in get_insight_body_for_prediction(), it can be accessed
|
||||
appending ':extradata' to the indicator name (e.g. $sampledata['\mod_yeah\analytics\indicator\ou:extradata')
|
||||
* A new \core_analytics\local\time_splitting\past_periodic abstract class has been added. Time-splitting
|
||||
methods extending \core_analytics\local\time_splitting\periodic directly should be extending past_periodic
|
||||
now. 'periodic' can still be directly extended by implementing get_next_range and get_first_start methods.
|
||||
|
||||
=== 3.7 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue