Resource: AddOnAttachmentStudentSubmission
Payload for grade update requests.
| JSON representation |
|---|
{
"pointsEarned": number,
"postSubmissionState": enum ( |
| Fields | |
|---|---|
pointsEarned |
Student grade on this attachment. If unset, no grade was set. |
postSubmissionState |
Submission state of add-on attachment's parent post (i.e. assignment). |
userId |
Identifier for the student that owns this submission. Requires the user to be a teacher in the course and have permission to read student submissions. See Output only. |
id |
Output only. Classroom-assigned identifier for this student submission. This is unique among submissions for the relevant course work and add-on attachment combination. |
courseWorkSubmissionId |
Output only. Identifier of the course work submission under which this attachment submission was made. |
Methods |
|
|---|---|
|
Returns a student submission for an add-on attachment. |
|
Updates data associated with an add-on attachment submission. |