Skip to content
Woolf Help Center home
Woolf Help Center home

πŸ’¬ 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

feedback

FeedbackInput!

Feedback details, including student ID, content, and optional attachments.

Input Object: FeedbackInput

Field

Type

Description

activityId

ID

ID of the activity associated with this feedback.

resourceId

ID

ID of the resource linked to this feedback.

studentId

ID!

ID of the student submitting the feedback.

teacherId

ID

ID of the teacher submitting the feedback (optional).

content

String

Text content of the feedback.

assets

[AssetInput!]

List of uploaded attachments related to the feedback.

evidenceAssets

[AssetInput!]

List of evidence assets used to support the feedback.

Response Fields

Field

Type

Description

activityId

ID!

Unique identifier of the feedback activity.

assets

[AssetUpload!]!

List of uploaded assets attached to the feedback.

evidenceAssets

[AssetUpload!]!

List of evidence assets supporting the feedback.

πŸš€Β Request (Try It)