SubmissionState
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Possibili stati dei contenuti inviati dagli studenti.
Enum |
SUBMISSION_STATE_UNSPECIFIED |
Nessuno stato specificato. Questo valore non deve mai essere restituito. |
NEW |
Lo studente non ha mai eseguito l'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 |
È stato restituito allo studente. |
RECLAIMED_BY_STUDENT |
Lo studente ha scelto di "annullare l'invio" 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 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[],[],null,["# SubmissionState\n\nPossible states of student submissions.\n\n| Enums ||\n|--------------------------------|---------------------------------------------------------------------------------------------------------|\n| `SUBMISSION_STATE_UNSPECIFIED` | No state specified. This should never be returned. |\n| `NEW` | The student has never accessed this submission. Attachments are not returned and timestamps is not set. |\n| `CREATED` | Has been created. |\n| `TURNED_IN` | Has been turned in to the teacher. |\n| `RETURNED` | Has been returned to the student. |\n| `RECLAIMED_BY_STUDENT` | Student chose to \"unsubmit\" the assignment. |"]]