SubmissionState
Possibili stati dei compiti consegnati dagli studenti.
Enum |
SUBMISSION_STATE_UNSPECIFIED |
Nessuno stato specificato. Questo non deve mai essere restituito. |
NEW |
Lo studente non ha mai avuto accesso a questo invio. Gli allegati non vengono restituiti e i timestamp non sono impostati. |
CREATED |
È stato creato. |
TURNED_IN |
È stato consegnato all'insegnante. |
RETURNED |
I dati sono stati restituiti allo studente. |
RECLAIMED_BY_STUDENT |
Lo studente ha scelto di "annullare la consegna" del compito. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-15 UTC.
[null,null,["Ultimo aggiornamento 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."]]],[]]