Assignment Extensions
Assignment Extensions API
{
// 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
}Parameter
Type
Description
Last updated
Was this helpful?