---
title: "Get Self Study Open Answer Statuses"
method: GET
path: "/knowledge-quiz/my-courses/attempts/{attempt_id}/open-answers"
tags: ["knowledge-quiz"]
---

# Get Self Study Open Answer Statuses

`GET /knowledge-quiz/my-courses/attempts/{attempt_id}/open-answers`

Grading state of every open answer in a self-study attempt.

## Path parameters

- `attempt_id` string, required

## Response `200`

Successful Response

- OpenAnswerStatusResponse[]
  - `question_id` string, required
  - `grading_status` string, required
  - `points_earned` number
  - `points_max` number
  - `is_correct` boolean
  - `photo_urls` string[]
  - `grading_error` string, nullable
  - `rubric_evaluation` object, nullable
  - `statement` string, nullable
  - `expected_answer` string, nullable
  - `criteria` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/e75413b9576a?raw)
