Return
|
|||||
|
|
Returns a student submission.
Returning a student submission transfers ownership of attached Drive files to the student and may also update the submission state. Unlike the Classroom application, returning a student submission does not set assignedGrade to the draftGrade value.
Only a teacher of the course that contains the requested student submission may call this method.
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, return 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 course work and grades for students in the Google Classroom classes you teach and view the course work and grades for classes you administer
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 |