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

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

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

## Path parameters

- `note` integer, required

## Request body

- PredefinedQuestion
  - `id` integer, required
  - `multipleChoicesQuestion` MultipleChoicesQuestion, required
    - `questionStem` string, required
    - `responseChoices` string[], required
  - `correctAnswerIndex` integer
  - `contextSeed` integer
  - `testedFocus` string
  - `validationRationale` string

## 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/versions/be736880b88c/schema)
