Google 课堂插件现已面向开发者正式推出!如需了解详情,请参阅
插件文档。
SubmissionState
枚举 |
SUBMISSION_STATE_UNSPECIFIED |
未指定任何州。绝不应返回此值。 |
NEW |
该学生从未查看过此提交内容。系统不会返回附件,也不会设置时间戳。 |
CREATED |
已创建。 |
TURNED_IN |
已上交给教师。 |
RETURNED |
已发回给学生。 |
RECLAIMED_BY_STUDENT |
学生选择“取消提交”作业。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-15。
[null,null,["最后更新时间 (UTC):2024-08-15。"],[[["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."]]],[]]