From: Glenn Ansley Date: Tue, 31 Jan 2012 19:39:23 +0000 (-0500) Subject: MDL-31448 Replaced incorrect PHP comment X-Git-Tag: v2.3.0-beta~1287^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=7493a4bb3bd2092c33a10cd899ea6dac754db636;ds=inline MDL-31448 Replaced incorrect PHP comment --- diff --git a/mod/quiz/mod_form.php b/mod/quiz/mod_form.php index 92178f6080f..e207ad08fcb 100644 --- a/mod/quiz/mod_form.php +++ b/mod/quiz/mod_form.php @@ -251,7 +251,7 @@ class mod_quiz_mod_form extends moodleform_mod { //------------------------------------------------------------------------------- $mform->addElement('header', 'security', get_string('extraattemptrestrictions', 'quiz')); - // Enforced time delay between quiz attempts. + // Require password to begin quiz attempt. $mform->addElement('passwordunmask', 'quizpassword', get_string('requirepassword', 'quiz')); $mform->setType('quizpassword', PARAM_TEXT); $mform->addHelpButton('quizpassword', 'requirepassword', 'quiz');