headless_lms_models::ended_processed_exams

Function get_unprocessed_ended_exams_by_timestamp

Source
pub async fn get_unprocessed_ended_exams_by_timestamp(
    conn: &mut PgConnection,
    timestamp: DateTime<Utc>,
) -> ModelResult<Vec<Uuid>>
Expand description

Get ids for automatically graded exams that have ended but haven’t yet been added to the table for processed ones.