pub async fn save_given_exercise_slide_submission(
    conn: &mut PgConnection,
    exercise_slide_submission_id: Uuid,
    exercise_id: Uuid,
    user_id: Uuid,
    course_instance_id: Uuid
) -> ModelResult<()>
Expand description

Returns an exercise slide submission id that has been given to be reviewed by the student within the hour.