mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-11278 Admin settings page completed, implementation of settings in the gradebook coming up next.
This commit is contained in:
parent
00374cc5f0
commit
53461661ae
3 changed files with 43 additions and 44 deletions
|
@ -27,7 +27,7 @@ $string['aggregateweightedmean'] = 'Weighted mean of grades';
|
|||
$string['aggregation'] = 'Aggregation';
|
||||
$string['aggregationcoef'] = 'Aggregation coefficient';
|
||||
$string['aggregationcoefhelp'] = 'Weight applied to all grades in this grade item during aggregation with other grade items.';
|
||||
$string['aggregation'] = 'Aggregation';
|
||||
$string['aggregationhelp'] = 'Strategy used to aggregate grades across all students in a course.';
|
||||
$string['aggregationposition'] = 'Aggregation position';
|
||||
$string['aggregationview'] = 'Aggregation view';
|
||||
$string['allgrades'] = 'All grades by category';
|
||||
|
@ -143,6 +143,8 @@ $string['feedbackview'] = 'View feedback';
|
|||
$string['feedbacksaved'] = 'Feedback saved';
|
||||
$string['finalgrade'] = 'Final grade';
|
||||
$string['finalgradehelp'] = 'The final grade (cached) after all calculations are performed.';
|
||||
$string['forceoff'] = 'Force: Off';
|
||||
$string['forceon'] = 'Force: On';
|
||||
$string['forelementtypes'] = ' for the selected $a';
|
||||
$string['forstudents'] = 'For Students';
|
||||
$string['full'] = 'Full';
|
||||
|
@ -154,6 +156,7 @@ $string['gradebookhistories'] = 'Grade histories';
|
|||
$string['gradeboundary'] = 'Letter grade boundary';
|
||||
$string['gradecategory'] = 'Grade Category';
|
||||
$string['gradecategoryhelp'] = 'Grade Category Help';
|
||||
$string['gradecategorysettings'] = 'Grade Category Settings';
|
||||
$string['gradedon'] = 'Graded $a';
|
||||
$string['gradedisplaytype'] = 'Grade display type';
|
||||
$string['gradeexceptions'] = 'Grade Exceptions';
|
||||
|
@ -261,6 +264,7 @@ $string['no'] = 'No';
|
|||
$string['nocategories'] = 'Grade categories could not be added or found for this course';
|
||||
$string['nocategoryname'] = 'No category name was given.';
|
||||
$string['nocategoryview'] = 'No category to view by';
|
||||
$string['noforce'] = 'Do not force';
|
||||
$string['nogradeletters'] = 'No grade letters set';
|
||||
$string['nogradesreturned'] = 'No grades returned';
|
||||
$string['noidnumber'] = 'No id number';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue