Module plagiarism_case

Source
Expand description

Entity and business logic for managing plagiarism cases.

This module defines the PlagiarismCase model and methods to create and relate plagiarism reports to assignment submissions.

Structs§

ActiveModel
Generated by sea-orm-macros
ColumnIter
An iterator over the variants of Column
Entity
Generated by sea-orm-macros
Model
Represents a detected plagiarism case between two submissions.
PrimaryKeyIter
An iterator over the variants of PrimaryKey
RelationIter
An iterator over the variants of Relation
StatusEnum
Generated by sea-orm-macros
StatusIter
An iterator over the variants of Status
StatusVariantIter
An iterator over the variants of StatusVariant

Enums§

Column
Generated by sea-orm-macros
PrimaryKey
Generated by sea-orm-macros
Relation
Defines relationships to assignment submissions.
Status
Defines the possible review statuses for a plagiarism case.
StatusVariant
Generated by sea-orm-macros