Assignment Extensions
An AssignmentExtension object looks like:
{
// The ID of the Assignment the extension belongs to.
"assignment_id": 2,
// The ID of the Student that needs the assignment extension.
"user_id": 3,
// Number of times the student is allowed to re-submit the assignment
"extra_attempts": 2
}Set extensions for student assignment submissions
POST /api/v1/courses/:course_id/assignments/:assignment_id/extensions
Request Parameters:
Parameter
Type
Description
Example Request:
Example Response:
Last updated
Was this helpful?