Late Policy
Manage a course's late policy.
A LatePolicy object looks like:
GET /api/v1/courses/:id/late_policy
GET /api/v1/courses/:id/late_policy
Scope: url:GET|/api/v1/courses/:id/late_policy
Returns the late policy for a course.
Example Response:
POST /api/v1/courses/:id/late_policy
POST /api/v1/courses/:id/late_policy
Scope: url:POST|/api/v1/courses/:id/late_policy
Create a late policy. If the course already has a late policy, a bad_request is returned since there can only be one late policy per course.
Request Parameters:
Parameter | Type | Description |
---|---|---|
|
| Whether to enable the missing submission deduction late policy. |
|
| How many percentage points to deduct from a missing submission. |
|
| Whether to enable the late submission deduction late policy. |
|
| How many percentage points to deduct per the late submission interval. |
|
| The interval for late policies. |
|
| Whether to enable the late submission minimum percent for a late policy. |
|
| The minimum grade a submissions can have in percentage points. |
Example Response:
PATCH /api/v1/courses/:id/late_policy
PATCH /api/v1/courses/:id/late_policy
Scope: url:PATCH|/api/v1/courses/:id/late_policy
Patch a late policy. No body is returned upon success.
Request Parameters:
Parameter | Type | Description |
---|---|---|
|
| Whether to enable the missing submission deduction late policy. |
|
| How many percentage points to deduct from a missing submission. |
|
| Whether to enable the late submission deduction late policy. |
|
| How many percentage points to deduct per the late submission interval. |
|
| The interval for late policies. |
|
| Whether to enable the late submission minimum percent for a late policy. |
|
| The minimum grade a submissions can have in percentage points. |
© Instructure, Inc. Generated on Wed Nov 6 14:20:07 2024 This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated