mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
got rid of extra help button that shouldn't have been there.
This commit is contained in:
parent
da43c002ff
commit
cc8cbf5591
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ class quiz_mod_form extends moodleform_mod {
|
|||
$insertEl = &MoodleQuickForm::createElement('text', "feedbacktext[$nextel]", get_string('feedback', 'quiz'));
|
||||
$mform->insertElementBefore($insertEl, 'boundary_add_fields');
|
||||
$mform->setType("feedbacktext[$nextel]", PARAM_TEXT);
|
||||
$mform->setHelpButton("feedbacktext[$nextel]", array('options', get_string('modulenameplural', 'choice'), 'choice'));
|
||||
|
||||
$insertEl = &MoodleQuickForm::createElement('static', 'gradeboundarystatic2', get_string('gradeboundary', 'quiz'), '0%');
|
||||
$mform->insertElementBefore($insertEl, 'boundary_add_fields');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue