mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-48962 mod_lesson: New lesson should not be timed
This commit is contained in:
parent
8b88ba475e
commit
4ba58b4540
@ -175,7 +175,6 @@ class mod_lesson_mod_form extends moodleform_mod {
|
||||
$mform->addElement('duration', 'timelimit', get_string('timelimit', 'lesson'),
|
||||
array('optional' => true));
|
||||
$mform->addHelpButton('timelimit', 'timelimit', 'lesson');
|
||||
$mform->setDefault('timelimit', 1200);
|
||||
|
||||
$mform->addElement('selectyesno', 'usepassword', get_string('usepassword', 'lesson'));
|
||||
$mform->addHelpButton('usepassword', 'usepassword', 'lesson');
|
||||
|
Loading…
x
Reference in New Issue
Block a user