mirror of
https://github.com/moodle/moodle.git
synced 2025-05-01 22:18:03 +02:00
MDL-21695 Replaced grade/showlocks.html
AMOS BEGIN MOV [configshowlocks,core_grades],[showlocks_help,core_grades] HLP grade/showlocks.html,[showlocks_help,core_grades] AMOS END
This commit is contained in:
parent
456ac98c26
commit
a78f1e295b
@ -51,7 +51,7 @@ $settings->add(new admin_setting_configcheckbox('grade_report_showaverages', get
|
||||
get_string('showaverages_help', 'grades'), 1));
|
||||
|
||||
$settings->add(new admin_setting_configcheckbox('grade_report_showlocks', get_string('showlocks', 'grades'),
|
||||
get_string('configshowlocks', 'grades'), 0));
|
||||
get_string('showlocks_help', 'grades'), 0));
|
||||
|
||||
$settings->add(new admin_setting_configcheckbox('grade_report_showranges', get_string('showranges', 'grades'),
|
||||
get_string('configshowranges', 'grades'), 0));
|
||||
|
@ -129,7 +129,6 @@ $string['confighiddenasdate'] = 'If user can not see hidden grades show date of
|
||||
$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['configshowlocks'] = 'Whether to show a lock/unlock icon near each grade.';
|
||||
$string['configshownumberofgrades'] = 'Whether to show the number of grades used when calculating the mean in brackets after each average, for example 45 (34).';
|
||||
$string['configshowpercentage'] = 'Whether to show the percentage value of each grade item.';
|
||||
$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.';
|
||||
|
@ -1,2 +0,0 @@
|
||||
<h1>Show locks</h1>
|
||||
<p>Whether to show a lock/unlock icon near each grade.</p>
|
Loading…
x
Reference in New Issue
Block a user