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

# POST /api/mcqs/{note}

`POST /api/mcqs/{note}`

## Path parameters

- `note` integer, required

## Request body

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

## Response `200`

OK

---

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