pub async fn get_by_exam_id(
conn: &mut PgConnection,
exam_id: Uuid,
) -> ModelResult<Page>
Expand description
Gets the page that belongs to the given exam. For exams, the page visibility is ignored.
pub async fn get_by_exam_id(
conn: &mut PgConnection,
exam_id: Uuid,
) -> ModelResult<Page>
Gets the page that belongs to the given exam. For exams, the page visibility is ignored.