mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-13148 - adding help popup for course module idnumber
merged from MOODLE_19_STABLE
This commit is contained in:
parent
5c225af114
commit
cea55a1c7f
@ -255,6 +255,7 @@ class moodleform_mod extends moodleform {
|
||||
|
||||
$mform->addElement('modvisible', 'visible', get_string('visible'));
|
||||
$mform->addElement('text', 'cmidnumber', get_string('idnumber'));
|
||||
$mform->setHelpButton('cmidnumber', array('cmidnumber', get_string('idnumber')), true);
|
||||
|
||||
if ($this->_features->gradecat) {
|
||||
$categories = grade_get_categories_menu($COURSE->id, $outcomesused);
|
||||
|
5
lang/en_utf8/help/cmidnumber.html
Normal file
5
lang/en_utf8/help/cmidnumber.html
Normal file
@ -0,0 +1,5 @@
|
||||
<h1>ID number</h1>
|
||||
<p>Setting an ID number provides a way of identifying the activity for grade calculation purposes.
|
||||
If the activity is not included in any grade calculation then the ID number field can be left blank.</p>
|
||||
<p> The ID number can also be set on the edit grade calculation page in the gradebook, though it can
|
||||
only be edited on the update activity page.</p>
|
Loading…
x
Reference in New Issue
Block a user