mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-10724 Finished help strings for scale and outcome edit forms
This commit is contained in:
parent
476501240b
commit
ca96d0c4ad
4 changed files with 11 additions and 2 deletions
|
@ -42,7 +42,7 @@ class edit_item_form extends moodleform {
|
|||
}
|
||||
$mform->addElement('select', 'scaleid', get_string('scale'), $options);
|
||||
$mform->setHelpButton('scaleid', array(false, get_string('scaleid', 'grades'),
|
||||
false, true, false, get_string('scaleidhelp', 'grades')));
|
||||
false, true, false, get_string('scaleidhelp', 'grades', get_string('gradeitem', 'grades'))));
|
||||
$mform->disabledIf('scaleid', 'gradetype', 'noteq', GRADE_TYPE_SCALE);
|
||||
|
||||
$mform->addElement('text', 'grademax', get_string('grademax', 'grades'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue