---
title: "Submit Comprehension Answers"
method: POST
path: "/lessons/situations/{passage_id}/comprehension"
tags: ["lessons", "lessons"]
---

# Submit Comprehension Answers

`POST /lessons/situations/{passage_id}/comprehension`

Grade the dialogue comprehension section.

multiple_choice / true_false are checked deterministically against the
stored key. fill_blank / short_answer go to ChaCha's LLM in one batched
call: mostly-right answers come back "correct" with the minor slip
highlighted in `correction`. Results are stored on the progress row.

## Path parameters

- `passage_id` string, uuid, required

## Headers

- `authorization` string, nullable

## Request body

- ComprehensionSubmission
  - `progress_id` string, uuid, nullable
  - `answers` ComprehensionAnswerIn[], required
    - `index` integer, required
    - `answer` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
