From cc8cbf55916cbb3144ba4ce4891a50154b1ddb6b Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Tue, 19 Dec 2006 11:43:32 +0000 Subject: [PATCH] got rid of extra help button that shouldn't have been there. --- mod/quiz/mod_form.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/quiz/mod_form.php b/mod/quiz/mod_form.php index d083a9c67f..fd1374537b 100644 --- a/mod/quiz/mod_form.php +++ b/mod/quiz/mod_form.php @@ -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'); -- 2.39.5