got rid of extra help button that shouldn't have been there.

This commit is contained in:
jamiesensei 2006-12-19 11:43:32 +00:00
parent da43c002ff
commit cc8cbf5591

View file

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