---
title: "POST /api/recall-prompts/{recallPrompt}/answer"
method: POST
path: "/api/recall-prompts/{recallPrompt}/answer"
tags: ["recall-prompt-controller"]
---

# POST /api/recall-prompts/{recallPrompt}/answer

`POST /api/recall-prompts/{recallPrompt}/answer`

## Path parameters

- `recallPrompt` integer, required

## Request body

- AnswerDTO
  - `choiceIndex` integer
  - `thinkingTimeMs` integer
  - `awayMs` integer
  - `awayCount` integer
  - `detourMs` integer
  - `detourCount` integer
  - `idleMs` integer

## Response `200`

OK

## Changes

- **2026-08-26** `0b469d9fd71c` — 1 info
  - added the new optional request property `idleMs`
- **2026-08-26** `9f76ab574744` — 2 info
  - added the new optional request property `detourCount`
  - added the new optional request property `detourMs`
- **2026-08-26** `7a8ece7a88fe` — 7 info
  - added the new optional request property `awayCount`
  - added the new optional request property `awayMs`
  - added the optional property `answer/awayCount` to the response with the `200` status
  - added the optional property `answer/awayMs` to the response with the `200` status
  - …3 more
- **2026-08-17** `7ff1733db39f` — 1 breaking
  - the response property `answer/correct` became optional for the status `200`
- **2026-08-15** `9c5f3700ef20` — 1 breaking, 2 info
  - removed the required property `mcq/multipleChoicesQuestion` from the response with the `200` status
  - added the required property `mcq/questionStem` to the response with the `200` status
  - added the required property `mcq/responseChoices` to the response with the `200` status

[Full history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/recall-prompts/:recallPrompt/answer/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/de31d4aa34d6/schema)
