UpdatePeerFeedbackSettingsAssignmentData

class UpdatePeerFeedbackSettingsAssignmentData[source]

Input data required for the Assignment::UpdatePeerFeedbackSettings operation.

amount: int

The amount of subjects a single reviewer should give peer feedback on.

time: timedelta | None

The amount of time in seconds that a user has to give peer feedback after the deadline has expired.

auto_approved: bool

Should peer feedback comments by default be approved.

redivide_after_deadline: bool = True

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