pub async fn get_background_questions_for_course_instance(
    conn: &mut PgConnection,
    course_instance: &CourseInstance
) -> ModelResult<Vec<CourseBackgroundQuestion>>
Expand description

Return all background questions that will need to be asked when the user enrolls on a course instance. Includes both instance specific questions and course specific questions.