Los complementos de Google Classroom ya están en fase de disponibilidad general para desarrolladores. Consulta la
documentación sobre complementos para obtener más información.
SubmissionState
Posibles estados de las entregas de los alumnos
Enumeradores |
SUBMISSION_STATE_UNSPECIFIED |
No se especificó ningún estado. Nunca se debe mostrar. |
NEW |
El alumno nunca accedió a esta entrega. No se muestran los archivos adjuntos ni se establecieron las marcas de tiempo. |
CREATED |
Se creó. |
TURNED_IN |
Se entregó al profesor. |
RETURNED |
Se le devolvió al alumno. |
RECLAIMED_BY_STUDENT |
El alumno eligió “anular la entrega” de la tarea. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-08-15 (UTC)
[null,null,["Última actualización: 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."]]],[]]