mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-59786 analytics: Discard invalid samples
This commit is contained in:
parent
b3cfb01316
commit
1a5204a427
4 changed files with 49 additions and 9 deletions
|
@ -33,7 +33,7 @@ $string['enabledtimesplittings'] = 'Time splitting methods';
|
|||
$string['erroralreadypredict'] = '{$a} file has already been used to predict';
|
||||
$string['errorcannotreaddataset'] = 'Dataset file {$a} can not be read';
|
||||
$string['errorcannotwritedataset'] = 'Dataset file {$a} can not be written';
|
||||
$string['errorendbeforestart'] = 'The guessed end date ({$a}) is before the course start date.';
|
||||
$string['errorendbeforestart'] = 'The end date ({$a}) is before the course start date.';
|
||||
$string['errorinvalidindicator'] = 'Invalid {$a} indicator';
|
||||
$string['errorinvalidtimesplitting'] = 'Invalid time splitting, please ensure you added the class fully qualified class name';
|
||||
$string['errornoindicators'] = 'This model does not have any indicator';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue