Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
This file contains the definition for the renderable assign submission status. More...
Public Member Functions | |
__construct ( $allowsubmissionsfromdate, $alwaysshowdescription, $submission, $teamsubmissionenabled, $teamsubmission, $submissiongroup, $submissiongroupmemberswhoneedtosubmit, $submissionsenabled, $locked, $graded, $duedate, $cutoffdate, $submissionplugins, $returnaction, $returnparams, $coursemoduleid, $courseid, $view, $canedit, $cansubmit, $canviewfullnames, $extensionduedate, $context, $blindmarking, $gradingcontrollerpreview, $attemptreopenmethod, $maxattempts, $gradingstatus, $preventsubmissionnotingroup, $usergroups, $timelimit) | |
Constructor. | |
This file contains the definition for the renderable assign submission status.
mod_assign\output\assign_submission_status::__construct | ( | $allowsubmissionsfromdate, | |
$alwaysshowdescription, | |||
$submission, | |||
$teamsubmissionenabled, | |||
$teamsubmission, | |||
$submissiongroup, | |||
$submissiongroupmemberswhoneedtosubmit, | |||
$submissionsenabled, | |||
$locked, | |||
$graded, | |||
$duedate, | |||
$cutoffdate, | |||
$submissionplugins, | |||
$returnaction, | |||
$returnparams, | |||
$coursemoduleid, | |||
$courseid, | |||
$view, | |||
$canedit, | |||
$cansubmit, | |||
$canviewfullnames, | |||
$extensionduedate, | |||
$context, | |||
$blindmarking, | |||
$gradingcontrollerpreview, | |||
$attemptreopenmethod, | |||
$maxattempts, | |||
$gradingstatus, | |||
$preventsubmissionnotingroup, | |||
$usergroups, | |||
$timelimit ) |
Constructor.
int | $allowsubmissionsfromdate | |
bool | $alwaysshowdescription | |
mixed | $submission | |
bool | $teamsubmissionenabled | |
stdClass | $teamsubmission | |
mixed | $submissiongroup | |
array | $submissiongroupmemberswhoneedtosubmit | |
bool | $submissionsenabled | |
bool | $locked | |
bool | $graded | |
int | $duedate | |
int | $cutoffdate | |
array | $submissionplugins | |
string | $returnaction | |
array | $returnparams | |
int | $coursemoduleid | |
int | $courseid | |
string | $view | |
bool | $canedit | |
bool | $cansubmit | |
bool | $canviewfullnames | |
int | $extensionduedate | Any extension to the due date granted for this user. |
context | $context | Any extension to the due date granted for this user. |
bool | $blindmarking | Should we hide student identities from graders? |
string | $gradingcontrollerpreview | |
string | $attemptreopenmethod | The method of reopening student attempts. |
int | $maxattempts | How many attempts can a student make? |
string | $gradingstatus | The submission status (ie. Graded, Not Released etc). |
bool | $preventsubmissionnotingroup | Prevent submission if user is not in a group. |
array | $usergroups | Array containing all groups the user is assigned to. |
int | $timelimit | The time limit for the assignment. |