Google Classroom アドオンの一般提供が開始されました。詳しくは、
アドオンのドキュメントをご覧ください。
SubmissionState
列挙型 |
SUBMISSION_STATE_UNSPECIFIED |
都道府県が指定されていません。このパラメータは返さないでください。 |
NEW |
この生徒はこの提出物にアクセスしたことはありません。添付ファイルは返されず、タイムスタンプも設定されません。 |
CREATED |
作成されました。 |
TURNED_IN |
教師に提出済みです。 |
RETURNED |
生徒に返却済み。 |
RECLAIMED_BY_STUDENT |
生徒が課題の「提出を取り消す」を選択しました。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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."]]],[]]