From f3e50dd715b025da878d7793806b215b552c1eea Mon Sep 17 00:00:00 2001 From: Glenn Ansley Date: Tue, 31 Jan 2012 14:39:23 -0500 Subject: [PATCH] MDL-31448 Replaced incorrect PHP comment --- mod/quiz/mod_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/mod_form.php b/mod/quiz/mod_form.php index ee27b1684d1..1381c1320c2 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'); -- 2.11.4.GIT