mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-10109 optional aggregation of outcomes together with grades
This commit is contained in:
parent
e754b3e058
commit
29d509f59a
9 changed files with 70 additions and 8 deletions
|
@ -21,6 +21,7 @@ $string['aggregatemaxall'] = 'Highest grade of all grades';
|
|||
$string['aggregatemaxgraded'] = 'Highest grade of non-empty grades';
|
||||
$string['aggregatemodeall'] = 'Mode of all grades';
|
||||
$string['aggregatemodegraded'] = 'Mode of non-empty grades';
|
||||
$string['aggregateoutcomes'] = 'Aggregate also outcomes';
|
||||
$string['aggregateweightedmeanall'] = 'Weighted mean of all grades';
|
||||
$string['aggregateweightedmeangraded'] = 'Weighted mean of non-empty grades';
|
||||
$string['aggregation'] = 'Aggregation';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue