FeedbackBase#

class FeedbackBase[source]#

The base JSON representation for feedback.

general: str#

The general feedback given on this submission.

linter: Mapping[str, Mapping[str, Sequence[Sequence[Union[LinterComment, str]]]]]#

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.