PlagiarismCase#

class PlagiarismCase[source]#

This class represents a single plagiarism case.

A case is a combination of two submissions that look alike, and a single case contains multiple matches.

id: int#

The id of this case.

users: Sequence[User]#

The two users that are in this case.

match_max: float#

The maximum match. This N% of the parsable lines in one of the two submissions is part of a match.

match_avg: float#

Same as match_max but this is the average of the two submissions.

submissions: Optional[Sequence[Work]]#

The submissions in this match.

can_see_details: bool#

Can you see more detail about this match?

assignment_ids: Sequence[int]#

The assignment ids of this match.