AssignmentPeerFeedbackSettings

class AssignmentPeerFeedbackSettings[source]

The peer feedback settings for an assignment.

amount: int

The amount of student that a single user should peer review.

time: timedelta | None

The amount of time in seconds a user has after the deadline to do the peer review.

auto_approved: bool

Should new peer feedback comments be considered approved by default or not.

redivide_after_deadline: bool

Should we redivide when a user submits its first submission or its last submission is deleted after thde deadline? If this is False it might happen that some users are reviewed by less or more than amount of students.