Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||||||||||||||||
course | BIGINT | 19 | 0 |
|
|
|||||||||||||||||||||||
name | VARCHAR | 255 |
|
|
The name of the instance of the assignment. Displayed at the top of each page. |
|||||||||||||||||||||||
intro | LONGTEXT | 2147483647 | null |
|
|
The description of the assignment. This field is used by feature MOD_INTRO. |
||||||||||||||||||||||
introformat | SMALLINT | 5 | 0 |
|
|
The format of the description field of the assignment. This field is used by feature MOD_INTRO. |
||||||||||||||||||||||
alwaysshowdescription | TINYINT | 3 | 0 |
|
|
If false the assignment intro will only be displayed after the allowsubmissionsfrom date. If true it will always be displayed. |
||||||||||||||||||||||
nosubmissions | TINYINT | 3 | 0 |
|
|
This field is a cache for is_any_submission_plugin_enabled() which allows Moodle pages to distinguish offline assignment types without loading the assignment class. |
||||||||||||||||||||||
submissiondrafts | TINYINT | 3 | 0 |
|
|
If true, assignment submissions will be considered drafts until the student clicks on the submit assignmnet button. |
||||||||||||||||||||||
sendnotifications | TINYINT | 3 | 0 |
|
|
Allows the disabling of email notifications in the assign module. |
||||||||||||||||||||||
sendlatenotifications | TINYINT | 3 | 0 |
|
|
Allows separate enabling of notifications for late assignment submissions. |