Skip to content
Woolf Help Center home
Woolf Help Center home

๐Ÿ“Œ Archive Course Progress

The archiveCourseProgress mutation allows an instructor or administrator to archive a studentโ€™s progress in a course. This prevents any further updates or modifications to the studentโ€™s records within that course.

Input Parameters

Parameter

Type

Description

courseId

ID!

ID of the course in which progress will be archived.

studentId

ID!

ID of the student whose progress is being archived.

Response Fields

Field

Type

Description

success

Boolean

Returns true if the studentโ€™s course progress was successfully archived.

๐Ÿš€ย Request (Try It)