이제 Google 클래스룸 부가기능이 일반적으로 개발자에게 제공됩니다. 자세한 내용은
부가기능 문서를 참고하세요.
SubmissionState
열거형 |
SUBMISSION_STATE_UNSPECIFIED |
지정된 상태가 없습니다. 이 값을 반환해서는 안 됩니다. |
NEW |
학생이 이 제출물에 액세스한 적이 없습니다. 첨부파일은 반환되지 않으며 타임스탬프도 설정되지 않습니다. |
CREATED |
생성되었습니다. |
TURNED_IN |
교사에게 제출되었습니다. |
RETURNED |
학생에게 반환되었습니다. |
RECLAIMED_BY_STUDENT |
학생이 과제 '제출 취소'를 선택했습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-15(UTC)
[null,null,["최종 업데이트: 2024-08-15(UTC)"],[[["Student submissions can be in various states such as `NEW`, `CREATED`, `TURNED_IN`, `RETURNED`, or `RECLAIMED_BY_STUDENT`, each reflecting a stage in the assignment workflow."],["`SUBMISSION_STATE_UNSPECIFIED` should not be encountered and `NEW` submissions indicate the student hasn't interacted with the assignment yet, lacking attachments and timestamps."],["The `CREATED` state signifies the submission's existence, while `TURNED_IN` means it's been submitted to the teacher for review."],["When a submission is `RETURNED`, it has been sent back to the student, and `RECLAIMED_BY_STUDENT` implies the student has retracted their submission."]]],[]]