Skip to content

Commit

Permalink
MDL-21695 Replaced grade/showquickfeedback.html
Browse files Browse the repository at this point in the history
AMOS BEGIN
 MOV [configshowquickfeedback,core_grades],[showquickfeedback_help,core_grades]
 HLP grade/showquickfeedback.html,[[showquickfeedback_help,core_grades]
AMOS END
  • Loading branch information
mudrd8mz committed Jun 21, 2010
1 parent ff268dc commit 9b600fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion grade/report/grader/settings.php
Expand Up @@ -28,7 +28,7 @@
get_string('quickgrading_help', 'grades'), 1));

$settings->add(new admin_setting_configcheckbox('grade_report_showquickfeedback', get_string('quickfeedback', 'grades'),
get_string('configshowquickfeedback', 'grades'), 0));
get_string('showquickfeedback_help', 'grades'), 0));

$settings->add(new admin_setting_configcheckbox('grade_report_fixedstudents', get_string('fixedstudents', 'grades'),
get_string('configfixedstudents', 'grades'), 0));
Expand Down
1 change: 0 additions & 1 deletion lang/en/grades.php
Expand Up @@ -129,7 +129,6 @@
$string['confighideforcedsettings'] = 'Do not show forced settings in grading UI.';
$string['configincludescalesinaggregation'] = 'You can change whether scales are to be included as numbers in all aggregated grades across all gradebooks in all courses. CAUTION: changing this setting will force all aggregated grades to be recalculated.';
$string['configprofilereport'] = 'Grade report used on user profile page.';
$string['configshowquickfeedback'] = 'Quick Feedback adds a text input element in each grade cell on the grader report, allowing you to edit the feedback for many grades at once. You can then click the Update button to perform all these changes at once, instead of one at a time.';
$string['configshowranges'] = 'Whether to show the range of grades for each column in an additional row.';
$string['configshowrank'] = 'Whether to show the position of the user in relation to the rest of the class, for each grade item.';
$string['configshowuseridnumber'] = 'Whether to show user ID numbers in an additional column.';
Expand Down
2 changes: 0 additions & 2 deletions lang/en/help/grade/showquickfeedback.html

This file was deleted.

0 comments on commit 9b600fd

Please sign in to comment.