* @param $mform form passed by reference
*/
function quiz_reset_course_form_definition(&$mform) {
- $mform->addElement('header', 'forumheader', get_string('modulenameplural', 'quiz'));
+ $mform->addElement('header', 'quizheader', get_string('modulenameplural', 'quiz'));
$mform->addElement('advcheckbox', 'reset_quiz_attempts', get_string('removeallquizattempts','quiz'));
}