MDL-21695 Replaced grade/linkedactivity.html

AMOS BEGIN
 HLP grade/linkedactivity.html,[linkedactivity_help,core_grades]
AMOS END
This commit is contained in:
David Mudrak 2010-06-07 17:50:15 +00:00
parent 925371f61e
commit 9c22d77808
3 changed files with 1 additions and 4 deletions

View File

@ -60,7 +60,7 @@ class edit_outcomeitem_form extends moodleform {
}
}
$mform->addElement('select', 'cmid', get_string('linkedactivity', 'grades'), $options);
$mform->setHelpButton('cmid', array('linkedactivity', get_string('linkedactivity', 'grades'), 'grade'), true);
$mform->addHelpButton('cmid', 'linkedactivity', 'grades');
$mform->setDefault('cmid', 0);
/// hiding

View File

@ -396,7 +396,6 @@ $string['letterreal'] = 'Letter (real)';
$string['letters'] = 'Letters';
$string['linkedactivity'] = 'Linked activity';
$string['linkedactivity_help'] = 'This setting specifies an activity to which this outcome item is linked. This may be used to measure student performance on criteria not assessed by the activity grade.';
$string['linkedactivityhelp'] = 'Specifies an optional activity to which this outcome item is linked. This is used to measure student performance on criteria not assessed by the activity grade.';
$string['linktoactivity'] = 'Link to {$a->name} activity';
$string['lock'] = 'Lock';
$string['locked'] = 'Locked';

View File

@ -1,2 +0,0 @@
<h1>Linked activity</h1>
<p>Specifies an optional activity to which this outcome item is linked. This is used to measure student performance on criteria not assessed by the activity grade.</p>