Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article describes how to create an assignment with a Speaker Progress resource.
Create a new assignment
An assignment represents a task or unit of work assigned to a student or team member in a class as part of their study. You can use the Create educationAssignment API to create a new assignment for the class.
Add a Speaker Progress resource
You can use the Create educationAssignmentResource API to create and attach a Speaker Progress resource to an assignment. This operation requires you to provide an educationSpeakerProgressResource in the request body.
Get the Speaker Progress resource
Retrieve the Speaker Progress resource you created by calling the Get educationAssignmentResource API using the resource ID obtained in the previous step.
To view all resources associated with a specific assignment, use the List assignment resources API.
Permissions
The teacher role is required to add a Speaker Progress resource to assignments.