headless_lms_server::domain::csv_export::points

Function export_exam_points

Source
pub async fn export_exam_points<W>(
    conn: &mut PgConnection,
    exam_id: Uuid,
    writer: W,
) -> Result<W>
where W: Write + Send + 'static,
Expand description

Writes the points as csv into the writer