---
title: "Check Holiday Exercise Solution"
method: POST
path: "/holiday-courses/exercise/{exercise_id}/check-ai-solution"
tags: ["Holiday Courses - Student"]
---

# Check Holiday Exercise Solution

`POST /holiday-courses/exercise/{exercise_id}/check-ai-solution`

Check a student's transcribed solution against the official solution using AI.

## Path parameters

- `exercise_id` string, required

## Request body

- SolutionCheckRequest — Request model for AI solution checking.
  - `student_transcribed_solution` string, required

## Response `200`

Successful Response

- SolutionCheckResponse — Response model for AI solution checking.
  - `correctness` 'passed' | 'failed', required
  - `detailed_correctness` 'correct' | 'partial' | 'wrong', required
  - `feedback` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
