Enum CoursesResource.CourseWorkResource.StudentSubmissionsResource.ListRequest.StatesEnum
Requested submission states. If specified, returned student submissions match one of the specified submission states.
Namespace: Google.Apis.Classroom.v1
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public enum CoursesResource.CourseWorkResource.StudentSubmissionsResource.ListRequest.StatesEnum
Fields
Name | Description |
---|---|
CREATED | Has been created. |
NEW__ | The student has never accessed this submission. Attachments are not returned and timestamps is not set. |
RECLAIMEDBYSTUDENT | Student chose to "unsubmit" the assignment. |
RETURNED | Has been returned to the student. |
SUBMISSIONSTATEUNSPECIFIED | No state specified. This should never be returned. |
TURNEDIN | Has been turned in to the teacher. |