pub async fn start_peer_or_self_review_for_user(
    conn: &mut PgConnection,
    user_exercise_state: UserExerciseState,
    exercise: &Exercise
) -> ModelResult<()>
Expand description

Starts peer review state for the student for this exercise.