headless_lms_models::library::course_stats

Function get_total_users_completed_course

Source
pub async fn get_total_users_completed_course(
    conn: &mut PgConnection,
    course_id: Uuid,
) -> ModelResult<CountResult>
Expand description

Total unique users who have completed the course.