> For the complete documentation index, see [llms.txt](https://api-docs.speechace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.speechace.com/guides-on-common-topics/interpreting-writing-scores/task-response-bands.md).

# Task Response Bands

<table><thead><tr><th width="97.203125" align="center">Band</th><th>Description</th></tr></thead><tbody><tr><td align="center">9</td><td>The task is fully addressed with a clear, well-developed position. Ideas are relevant, well-supported, and explored in depth, with minimal lapses in content.</td></tr><tr><td align="center">8</td><td>The task is fully addressed with a clear and well-developed position. Ideas are relevant, extended, and well-supported, though occasional lapses in content may occur.</td></tr><tr><td align="center">7</td><td>The response effectively addresses the task with clear, well-developed ideas, though some over-generalizations slightly impact clarity. The tone is consistent, with minimal lapses.</td></tr><tr><td align="center">6</td><td>The response addresses the prompt, but some areas lack clarity or detail. The position is clear, though conclusions may be unclear or repetitive. Some ideas lack development, with minor inaccuracies, and the tone is mostly appropriate with slight inconsistencies.</td></tr><tr><td align="center">5</td><td>The response addresses the task, but some areas lack detail or clarity. The position is unclear at times, and ideas are insufficiently developed. There are irrelevant or inaccurate details, and the tone may fluctuate with repetition.</td></tr><tr><td align="center">4</td><td>The response partially addresses the prompt, with unclear position and poorly developed ideas. There is significant repetition, irrelevant details, and some parts of the task are unaddressed. The tone is inconsistent.</td></tr><tr><td align="center">3</td><td>The response fails to address the task, with irrelevant, repetitive ideas and no clear position. The content is minimal and underdeveloped, impacting effectiveness.</td></tr><tr><td align="center">2</td><td>The content is loosely related to the prompt, with no clear position or developed ideas, and lacks relevance to the task.</td></tr><tr><td align="center">1</td><td>The response is extremely limited, unrelated to the task, and lacks a clear position or relevant ideas.</td></tr><tr><td align="center">0</td><td>The submission shows no evidence of task completion and lacks an understanding of the requirements. No attempt is made to address the task.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://api-docs.speechace.com/guides-on-common-topics/interpreting-writing-scores/task-response-bands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
