Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.44 KB

AssignmentSubmission.md

File metadata and controls

21 lines (17 loc) · 1.44 KB

AssignmentSubmission

Properties

Name Type Description Notes
id string Unique identifier of the submission [optional]
classroom string Unique identifier of the classroom where the assignment was posted [optional]
assignment string Unique identifier of the assignment [optional]
creator string The User identifier of the student who created the submission [optional]
creationDate string The date when the submission was created [optional]
attachments \Flat\APIClient\Model\MediaAttachment[] [optional]
submissionDate string The date when the student submitted his work [optional]
studentComment string An optionnal comment sent by the student when submitting his work [optional]
returnDate string The date when the teacher returned the work [optional]
returnFeedback string The feedback associated with the return [optional]
returnCreator string The User unique identifier of the teacher who returned the submission [optional]
googleClassroom \Flat\APIClient\Model\GoogleClassroomSubmission [optional]

[Back to Model list] [Back to API list] [Back to README]