---
title: "Override Exercise Rubric"
method: PUT
path: "/teacher/exercises/{exercise_id}/rubric"
tags: ["rubrics"]
---

# Override Exercise Rubric

`PUT /teacher/exercises/{exercise_id}/rubric`

Teacher override. Refuses with 403 while the `rubric_editor_enabled`
runtime flag is off (EXC-530).

## Path parameters

- `exercise_id` string, required

## Request body

- RubricOverrideRequest
  - `questions` PutRubricQuestion[], required
    - `question_text` string, required
    - `criteria` string[]
    - `skill_savoir_faire_ids` string[], required
    - `points` number, nullable
    - `expected_result` string, nullable

## Response `200`

Successful Response

- RubricResponse — Minimal: drops `exercise_id` (lives in the URL) and `exercise_collection` / `created_at` (frontend doesn't read them today). `author` is flattened to a Literal to avoid leaking prompt ids / user ids. `scoring_scheme` is appended last and is derived, never stored — a new bundle reads it to decide which shape to render; an old one ignores it.
  - `id` string, required
  - `questions` RubricQuestionResponse[], required
    - `question_text` string, required
    - `skills` SkillRef[], required
      - `savoir_faire_id` string, required
      - `name` string, required
      - `description` string, required
    - `criteria` string[], required
    - `points` number, nullable
    - `expected_result` string, nullable
  - `author_type` 'ai' | 'human', required
  - `scoring_scheme` 'criteria' | 'points'

## Other responses

- `400` — Malformed identifier
- `403` — Not authorized for this resource
- `404` — Resource not found
- `409` — Business rule violated
- `422` — Validation Error

## Changes

> 20 revisions in range; 1 not diffed.

- **2026-09-22** `05e048df94c6` — 6 info
  - added the new optional request property `questions/items/expected_result`
  - added the new optional request property `questions/items/points`
  - the request property `questions/items/criteria` became optional
  - added the optional property `questions/items/expected_result` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/teacher/exercises/:exercise_id/rubric/put.md)

---

[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/b73d9bd491c3?raw)
