headless_lms_models::user_exercise_states

Function update_exercise_progress

Source
pub async fn update_exercise_progress(
    conn: &mut PgConnection,
    id: Uuid,
    reviewing_stage: ReviewingStage,
) -> ModelResult<UserExerciseState>
Expand description

TODO: should be removed