pub async fn get_background_question_answers_for_background_questions(
    conn: &mut PgConnection,
    user_id: Uuid,
    background_questions: &[CourseBackgroundQuestion]
) -> ModelResult<Vec<CourseBackgroundQuestionAnswer>>