Gets multiple records of PeerReviewQueueEntry
that still require more peer reviews, ordered by
peer review priority.
Gets multiple records of PeerReviewQueueEntry
ordered by newest queue entries first. Also returns entries that don’t need peer review.
Returns entries that have been waiting for teacher to review them for more than timestamp
. The teacher is supposed to review an answer when the user_exercise_states
reviewing_stage
is WaitingForManualGrading
.
Gets multiple records of PeerReviewQueueEntry
that still require more peer reviews, ordered by
peer review priority.
Inserts or updates the queue entry indexed by user_id
, exercise_id
and course_instance_id
.