Changing "overall average" to "Course average" in the outcomes report.
This commit is contained in:
@@ -86,7 +86,7 @@ foreach ($outcomes as $outcomeid => $outcome) {
|
||||
|
||||
$html = '<table class="generaltable boxaligncenter" width="90%" cellspacing="1" cellpadding="5" summary="Outcomes Report">' . "\n";
|
||||
$html .= '<tr><th class="header c0" scope="col">' . get_string('outcomename', 'grades') . '</th>';
|
||||
$html .= '<th class="header c1" scope="col">' . get_string('overallavg', 'grades') . '</th>';
|
||||
$html .= '<th class="header c1" scope="col">' . get_string('courseavg', 'grades') . '</th>';
|
||||
$html .= '<th class="header c2" scope="col">' . get_string('sitewide', 'grades') . '</th>';
|
||||
$html .= '<th class="header c3" scope="col">' . get_string('activities', 'grades') . '</th>';
|
||||
$html .= '<th class="header c4" scope="col">' . get_string('average', 'grades') . '</th>';
|
||||
|
||||
@@ -381,7 +381,7 @@ $string['overridesitedefaultgradedisplaytypehelp'] = 'Tick this checkbox to enab
|
||||
$string['overridden'] = 'Overridden';
|
||||
$string['overriddenhelp'] = 'When on, the overridden flag prevents any future attempts to automatically adjust the value of the grade. This flag is often set internally by the gradebook, but can be switched on and off manually using this form element.';
|
||||
$string['overriddennotice'] = 'Your final grade from this activity was manually adjusted.';
|
||||
$string['overallavg'] = 'Overall average';
|
||||
$string['courseavg'] = 'Course average';
|
||||
$string['parentcategory'] = 'Parent category';
|
||||
$string['pctoftotalgrade'] = '%% of total grade';
|
||||
$string['percent'] = 'Percent';
|
||||
|
||||
Reference in New Issue
Block a user