> For the complete documentation index, see [llms.txt](https://examind.gitbook.io/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://examind.gitbook.io/v1/examind-platform/grade.md).

# Grade

How an assessment is graded depends on what's in it — some things are scored automatically, others you grade yourself:

* **Auto-graded** — most question types are scored the moment a student submits: multiple choice, multiple answer, matching, fill-in-the-blank, journal entry, financial statement, and Excel.
* **Graded by you** — **short-answer** questions and **Essay** assessments are graded manually.
* **Simulations** — auto-graded when the assessment is linked to a [Feedback Machine](/v1/feedback-machines/get-started.md); otherwise graded by you.

So for a typical exam or quiz, most of the work is done for you the instant students submit, and you only step in for any short-answer questions. Essays and (un-linked) simulations are fully manual.

Whatever the mix, this section covers what happens after submission:

* [**Results**](/v1/examind-platform/grade/results.md) — review scores with analysis views (score distribution, by student, by question), and export the data.
* [**Grading Adjustment**](/v1/examind-platform/grade/grading-adjustment.md) — override individual scores, omit a question, or give full credit.
* [**Self Review**](/v1/examind-platform/grade/self-review.md) — open a post-assessment window where students can see their results, answer keys, and explanations.


---

# 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:

```
GET https://examind.gitbook.io/v1/examind-platform/grade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
