pub async fn get_research_form_questions_with_course_id(
    conn: &mut PgConnection,
    course_id: Uuid
) -> ModelResult<Vec<ResearchFormQuestion>>