async fn copy_exam_content(
tx: &mut PgConnection,
parent_exam_id: &Uuid,
new_exam: &NewExam,
new_exam_id: Option<Uuid>,
) -> ModelResult<Exam>
async fn copy_exam_content(
tx: &mut PgConnection,
parent_exam_id: &Uuid,
new_exam: &NewExam,
new_exam_id: Option<Uuid>,
) -> ModelResult<Exam>