---
title: "POST /api/mcqs/{note}/note-questions"
method: POST
path: "/api/mcqs/{note}/note-questions"
tags: ["mcq-controller"]
---

# POST /api/mcqs/{note}/note-questions

`POST /api/mcqs/{note}/note-questions`

## Path parameters

- `note` integer, required

## Request body

- Mcq
  - `id` integer, required
  - `correctAnswerIndex` integer
  - `contextSeed` integer
  - `testedFocus` string
  - `validationRationale` string
  - `responseChoices` string[], required
  - `questionStem` string, required

## Response `200`

OK

## Changes

- **2026-08-15** `9c5f3700ef20` — 3 breaking, 1 warning, 2 info
  - added the new required request property `questionStem`
  - added the new required request property `responseChoices`
  - removed the required property `multipleChoicesQuestion` from the response with the `200` status
  - removed the request property `multipleChoicesQuestion`
  - …2 more
- **2026-08-15** `8bb1e2f60870` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/mcqs/:note/note-questions/post.md)

---

[API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/revisions/9c5f3700ef20/schema)
