Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Attributes | List of all members
assign_submission_status_compact Class Reference

Renderable submission status. More...

Inheritance diagram for assign_submission_status_compact:
assign_submission_status renderable renderable

Public Attributes

int $allowsubmissionsfromdate = 0
 allowsubmissionsfromdate
 
bool $alwaysshowdescription = false
 alwaysshowdescription
 
string $attemptreopenmethod = 'none'
 attemptreopenmethod
 
bool $blindmarking = false
 blindmarking - Should we hide student identities from graders?
 
bool $canedit = false
 canedit
 
bool $cansubmit = false
 cansubmit
 
bool $canviewfullnames = false
 canviewfullnames
 
context $context = 0
 context
 
int $courseid = 0
 courseid
 
int $coursemoduleid = 0
 coursemoduleid
 
int $cutoffdate = 0
 cutoffdate
 
int $duedate = 0
 duedate
 
int $extensionduedate = 0
 extensionduedate
 
bool $graded = false
 graded
 
string $gradingcontrollerpreview = ''
 gradingcontrollerpreview
 
string $gradingstatus = ''
 gradingstatus
 
bool $locked = false
 locked
 
int $maxattempts = -1
 maxattempts
 
bool $preventsubmissionnotingroup = 0
 preventsubmissionnotingroup
 
string $returnaction = ''
 returnaction
 
string $returnparams = array()
 returnparams
 
stdClass $submission = null
 the submission info (may be null)
 
stdClass $submissiongroup = null
 submissiongroup the submission group info (may be null)
 
array $submissiongroupmemberswhoneedtosubmit = array()
 submissiongroupmemberswhoneedtosubmit list of users who still need to submit
 
array $submissionplugins = array()
 submissionplugins - the list of submission plugins
 
bool $submissionsenabled = false
 submissionsenabled
 
stdClass $teamsubmission = null
 teamsubmission the team submission info (may be null)
 
boolean $teamsubmissionenabled = false
 teamsubmissionenabled - true or false
 
array $usergroups = array()
 usergroups
 
int $view = self::STUDENT_VIEW
 the view (STUDENT_VIEW OR GRADER_VIEW)
 
int const GRADER_VIEW = 20
 GRADER_VIEW.
 
int const STUDENT_VIEW = 10
 STUDENT_VIEW.
 

Detailed Description

Renderable submission status.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

The documentation for this class was generated from the following file: