teacher_assignments

Create Teacher Assignment

Creates a new exercise assignment. Assignment is created as a draft by default and can be configured later. class_id is optional - assignments can be created without a class assigned. Returns the assignment_id in both the 'message' field and 'assignment_id' field of BasicResponse.

post/teacher/assignments

Request body

titlestring nullable
folder_idstring nullable
class_idstring nullable
class_idsstring[]
exercise_idsstring[]
start_datestring date-time nullable
due_datestring date-time nullable
randomize_orderboolean nullable

Response

Successful Response

statusstring required
messagestring required
assignment_idstring nullable

Changes

No recorded changes to this endpoint across all 2 revisions of this API.