---
title: "Override Holiday Exercise Attempt"
method: POST
path: "/student/progress/holiday/override-exercise-attempt"
tags: ["Student Progress"]
---

# Override Holiday Exercise Attempt

`POST /student/progress/holiday/override-exercise-attempt`

Override a student's holiday exercise attempt status from 'failed' or 'partial' to 'passed'.
This allows students to manually mark exercises as completed if they believe there was an error
in the original assessment.

## Request body

- OverrideExerciseAttemptPayload — Payload for overriding holiday exercise attempt status.
  - `sub_chapitre_id` string, required
  - `holiday_course_exercise_id` string, required
  - `override_reason` 'transcription_error' | 'alternative_correct_method' | 'solution_is_wrong' | 'other', required
  - `override_notes` string, nullable

## Response `200`

Successful Response

- unknown

## 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)
