Skip to main content

get_ai_usage_notice_acknowledgement

Function get_ai_usage_notice_acknowledgement 

Source
async fn get_ai_usage_notice_acknowledgement(
    pool: Data<PgPool>,
    course_id: Path<Uuid>,
    user: Option<AuthUser>,
) -> ControllerResult<Json<bool>>
Expand description

GET /api/v0/course-material/courses/:course_id/ai-usage-notice-acknowledgement - Whether the current user has acknowledged the AI-usage / academic-integrity notice for this course.