Turn In
|
|||||
|
|
Turns in a student submission.
Turning in a student submission transfers ownership of attached Drive files to the teacher and may also update the submission state.
This may only be called by the student that owns the specified student submission.
This request must be made by the Developer Console project of the OAuth client ID used to create the corresponding course work item.
This method returns the following error codes:
PERMISSION_DENIED
if the requesting user is not permitted to access the requested course or course work, turn in the requested student submission, or for access errors.INVALID_ARGUMENT
if the request is malformed.NOT_FOUND
if the requested course, course work, or student submission does not exist
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage your course work and view your grades in Google Classroom
Input
This building block consumes 3 input parameters
Name | Format | Description |
---|---|---|
courseId Required |
STRING |
Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias |
courseWorkId Required |
STRING |
Identifier of the course work |
id Required |
STRING |
Identifier of the student submission |
= Parameter name
= Format
courseId STRING Required Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias |
courseWorkId STRING Required Identifier of the course work |
id STRING Required Identifier of the student submission |