mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-46662 grader: Improve course header and aggregation accessibility
Deprecated unused grader collapse icon function.
This commit is contained in:
parent
4c27f52d91
commit
2350b3f453
3 changed files with 61 additions and 7 deletions
|
@ -47,7 +47,7 @@ $string['aggregateonlygraded_help'] = 'An empty grade is a grade which is missin
|
|||
This setting determines whether empty grades are not included in the aggregation or are counted as minimal grades, for example 0 for an assignment graded between 0 and 100.';
|
||||
$string['aggregateoutcomes'] = 'Include outcomes in aggregation';
|
||||
$string['aggregateoutcomes_help'] = 'If enabled, outcomes are included in the aggregation. This may result in an unexpected category total.';
|
||||
$string['aggregatesonly'] = 'Aggregates only';
|
||||
$string['aggregatesonly'] = 'Change to aggregates only';
|
||||
$string['aggregatesum'] = 'Natural';
|
||||
$string['aggregateweightedmean'] = 'Weighted mean of grades';
|
||||
$string['aggregateweightedmean2'] = 'Simple weighted mean of grades';
|
||||
|
@ -227,7 +227,7 @@ $string['forceon'] = 'Force: On';
|
|||
$string['forelementtypes'] = 'for the selected {$a}';
|
||||
$string['forstudents'] = 'For students';
|
||||
$string['full'] = 'Full';
|
||||
$string['fullmode'] = 'Full view';
|
||||
$string['fullmode'] = 'Change to full view';
|
||||
$string['generalsettings'] = 'General settings';
|
||||
$string['grade'] = 'Grade';
|
||||
$string['gradeadministration'] = 'Grade administration';
|
||||
|
@ -311,7 +311,7 @@ $string['graderreport'] = 'Grader report';
|
|||
$string['grades'] = 'Grades';
|
||||
$string['gradesforuser'] = 'Grades for {$a->user}';
|
||||
$string['singleview'] = 'Single view for {$a}';
|
||||
$string['gradesonly'] = 'Grades only';
|
||||
$string['gradesonly'] = 'Change to grades only';
|
||||
$string['gradessettings'] = 'Grade settings';
|
||||
$string['gradetype'] = 'Grade type';
|
||||
$string['gradetype_help'] = 'There are 4 grade types:
|
||||
|
@ -614,6 +614,9 @@ $string['showfeedback'] = 'Show feedback';
|
|||
$string['showfeedback_help'] = 'Show the feedback column?';
|
||||
$string['showgrade'] = 'Show grades';
|
||||
$string['showgrade_help'] = 'Show the grade column?';
|
||||
$string['showingaggregatesonly'] = 'Showing aggregates only';
|
||||
$string['showingfullmode'] = 'Showing full view';
|
||||
$string['showinggradesonly'] = 'Showing grades only';
|
||||
$string['showlettergrade'] = 'Show letter grades';
|
||||
$string['showlettergrade_help'] = 'Show the letter grade column?';
|
||||
$string['showrange'] = 'Show ranges';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue