Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
216f6d8
)
MDL-31448 Replaced incorrect PHP comment
author
Glenn Ansley
<glenn_ansley@ncsu.edu>
Tue, 31 Jan 2012 19:39:23 +0000
(14:39 -0500)
committer
Glenn Ansley
<glenn_ansley@ncsu.edu>
Tue, 31 Jan 2012 19:39:23 +0000
(14:39 -0500)
mod/quiz/mod_form.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/quiz/mod_form.php
b/mod/quiz/mod_form.php
index
92178f6
..
e207ad0
100644
(file)
--- 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');