MDL-31448 Replaced incorrect PHP comment

This commit is contained in:
Glenn Ansley
2012-01-31 14:39:23 -05:00
parent 216f6d8e9d
commit 7493a4bb3b
+1 -1
View File
@@ -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');