MDL-21695 Replaced grade/outcomestandard.html

AMOS BEGIN
 HLP grade/outcomestandard.html,[outcomestandard_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak
2010-06-07 15:41:30 +00:00
parent 68d59ec165
commit a8f35db741
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class edit_outcome_form extends moodleform {
$mform->setType('shortname', PARAM_NOTAGS);
$mform->addElement('advcheckbox', 'standard', get_string('outcomestandard', 'grades'));
$mform->setHelpButton('standard', array('outcomestandard', get_string('outcomestandard'), 'grade'));
$mform->addHelpButton('standard', 'outcomestandard', 'grades');
$options = array();
+1 -2
View File
@@ -482,10 +482,9 @@ $string['outcomescoursenotused'] = 'Standard not used';
$string['outcomescourseused'] = 'Standard used (no remove)';
$string['outcomescustom'] = 'Custom outcomes';
$string['outcomesstandard'] = 'Standard outcomes';
$string['outcomesstandard_help'] = 'A standard outcome is available site-wide, for all courses.';
$string['outcomesstandardavailable'] = 'Available standard outcomes';
$string['outcomestandard'] = 'Standard outcome';
$string['outcomestandardhelp'] = 'A Standard outcome is available site-wide, for all courses.';
$string['outcomestandard_help'] = 'A standard outcome is available site-wide, for all courses.';
$string['overallaverage'] = 'Overall average';
$string['overridden'] = 'Overridden';
$string['overridden_help'] = 'If ticked, the grade can no longer be changed from within the related activity.
-2
View File
@@ -1,2 +0,0 @@
<h1>Standard outcomes</h1>
<p>A Standard outcome is available site-wide, for all courses.</p>