MDL-13148 - adding help popup for course module idnumber

merged from MOODLE_19_STABLE
This commit is contained in:
poltawski 2008-01-24 16:11:14 +00:00
parent 5c225af114
commit cea55a1c7f
2 changed files with 6 additions and 0 deletions

View File

@ -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);

View 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>