π¬ Add Feedback
The addFeedback mutation allows a student or teacher to submit feedback for an activity, including comments and attached evidence.
Input Parameters
Parameter | Type | Description |
|---|---|---|
| FeedbackInput! | Feedback details, including student ID, content, and optional attachments. |
Input Object: FeedbackInput
Field | Type | Description |
|---|---|---|
| ID | ID of the activity associated with this feedback. |
| ID | ID of the resource linked to this feedback. |
| ID! | ID of the student submitting the feedback. |
| ID | ID of the teacher submitting the feedback (optional). |
| String | Text content of the feedback. |
| [AssetInput!] | List of uploaded attachments related to the feedback. |
| [AssetInput!] | List of evidence assets used to support the feedback. |
Response Fields
Field | Type | Description |
|---|---|---|
| ID! | Unique identifier of the feedback activity. |
| [AssetUpload!]! | List of uploaded assets attached to the feedback. |
| [AssetUpload!]! | List of evidence assets supporting the feedback. |