Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Static Public Member Functions | List of all members
core_analytics\default_bulk_actions Class Reference

Default list of bulk actions to reuse across different targets as presets. More...

Static Public Member Functions

static accept ()
 Accepted prediction. More...
 
static incorrectly_flagged ()
 Incorrectly flagged prediction, useful for models based on data. More...
 
static not_applicable ()
 The prediction is not applicable for this same (e.g. More...
 
static not_useful ()
 Not useful prediction. More...
 
static useful ()
 Useful prediction. More...
 

Detailed Description

Default list of bulk actions to reuse across different targets as presets.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ accept()

static core_analytics\default_bulk_actions::accept ( )
static

Accepted prediction.

Return values
core_analytics

◆ incorrectly_flagged()

static core_analytics\default_bulk_actions::incorrectly_flagged ( )
static

Incorrectly flagged prediction, useful for models based on data.

Return values
core_analytics

◆ not_applicable()

static core_analytics\default_bulk_actions::not_applicable ( )
static

The prediction is not applicable for this same (e.g.

This student was unenrolled in the uni SIS).

Return values
core_analytics

◆ not_useful()

static core_analytics\default_bulk_actions::not_useful ( )
static

Not useful prediction.

Return values
core_analytics

◆ useful()

static core_analytics\default_bulk_actions::useful ( )
static

Useful prediction.

Return values
core_analytics

The documentation for this class was generated from the following file: