Skip to main content

get_credit_registration_enabled_ids_for_course

Function get_credit_registration_enabled_ids_for_course 

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

Ids of the course’s modules opted in to credit registration; the flag is not on the CourseModule DTO.