FeedbackWithReplies

class FeedbackWithReplies[source]

The JSON representation for feedback with replies.

type: Literal['feedback-with-replies']

The feedback of a submission with comments.

general_comment: GeneralFeedbackCommentBase | None

The general feedback given on this submission.

user: Sequence[InlineFeedbackCommentBase]

A list inline feedback that was given on this submission.

authors: Sequence[NormalUser | GroupUser]

A list of all authors you have permission to see that placed comments. This list is unique, i.e. each author occurs at most once.

general: str

The general feedback given on this submission.

linter: Mapping[str, Any]

A mapping that is almost the same the user feedback mapping for feedback without replies, only the final key is not a string but a list of tuples where the first item is the linter code and the second item is linter comments. This field is deprecated and will always be empty.