Skip to main content

has_pending_manual_reviews_in_module

Function has_pending_manual_reviews_in_module 

Source
pub async fn has_pending_manual_reviews_in_module(
    conn: &mut PgConnection,
    user_id: Uuid,
    course_id: Uuid,
    course_module_id: Uuid,
) -> ModelResult<bool>
Expand description

Returns true when the user has exercises in the given course module pending teacher review.