AssignmentFeedback#

class AssignmentFeedback[source]#

The feedback of a single submission when getting all feedback through the /assignments/{assignmentId}/feedbacks/ route.

general: str#

The general feedback of the submission.

user: Sequence[str]#

The inline comments as a list of strings.

linter: Sequence[str]#

The linter comments as a list of strings.