mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
Merge branch 'MDL-31448_incorrect-comment' of https://github.com/ncsu-delta/moodle
This commit is contained in:
commit
a14e3f274e
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user