mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-57938 mod_assign: added new 'gradingduedate' setting
Part of MDL-55611 epic.
This commit is contained in:
parent
410f2fb30d
commit
3e1c027532
13 changed files with 44 additions and 1 deletions
|
@ -97,6 +97,7 @@ class core_course_courselib_testcase extends advanced_testcase {
|
|||
$moduleinfo->sendlatenotifications = true;
|
||||
$moduleinfo->duedate = time() + (7 * 24 * 3600);
|
||||
$moduleinfo->cutoffdate = time() + (7 * 24 * 3600);
|
||||
$moduleinfo->gradingduedate = time() + (7 * 24 * 3600);
|
||||
$moduleinfo->allowsubmissionsfromdate = time();
|
||||
$moduleinfo->teamsubmission = true;
|
||||
$moduleinfo->requireallteammemberssubmit = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue