pub async fn update_show_exercise_answers(
conn: &mut PgConnection,
exam_id: Uuid,
user_id: Uuid,
show_exercise_answers: bool,
) -> ModelResult<()>
pub async fn update_show_exercise_answers(
conn: &mut PgConnection,
exam_id: Uuid,
user_id: Uuid,
show_exercise_answers: bool,
) -> ModelResult<()>