mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-21695 Replaced grade/linkedactivity.html
AMOS BEGIN HLP grade/linkedactivity.html,[linkedactivity_help,core_grades] AMOS END
This commit is contained in:
parent
925371f61e
commit
9c22d77808
@ -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
|
||||
|
@ -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';
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user