Due dates
Field Name | Type | Description |
---|---|---|
due_at | datetime | Deadline for submission |
deadline_type_id | int(11) | whether a submission deadline, a review deadline, etc. |
assignment_id | int(11) | the assignment that this due date pertains to |
late_policy_id | int(11) | specifies how many points/percent taken off for a particular amt. of lateness |
submission_allowed_id | int(11) | this is "OK", "Late" or "No", depending on whether submission is allowed before this due date |
review_allowed_id | int(11) | this is "OK", "Late" or "No", depending on whether reviewing is allowed before this due date |
resubmission_allowed_id | int(11) | controls whether a version submitted since last submission deadline may be resubmitted now As of Summer 2013, resubmission_allowed has been removed, but old code may still refer to it. Now, resubmission is allowed whenever submission is allowed. |
rereview_allowed_id | int(11) | controls whether a version submitted since last review deadline may be reviewed now As of Summer 2013, rereview_allowed has been removed, but old code may still refer to it. Now, "rereview" is allowed whenever reviewing is allowed. |
review_of_review_allowed_id | int(11) | controls whether a version submitted |
round | int(11) | Number of review rounds |
Back to Database Tables Main page.