> For the complete documentation index, see [llms.txt](https://synap.ac/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://synap.ac/docs/platform/exams/attempts-marking-and-results.md).

# Attempts, marking and results

An exam does not end when a student submits it. Their attempt may still need manual marking, moderation, proctoring review, finalisation and result release.

This group brings together the pages used after attempts have been generated, as well as the controls used during a live sitting.

### What is an attempt?

An attempt is one student’s instance of an exam. It records the exam version, access dates, time allowed, responses, marks, grade, proctoring state and whether the result has been released.

One student can have more than one attempt when resits are enabled. Always check the attempt number and exam version before changing it.

### Pages in this group

| Page                             | Use it to                                                                                                                        |
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| Attempt management               | Register students, monitor statuses and apply actions such as locking, extra time, revoking, finalising, releasing and exporting |
| Marking                          | Configure the marker roles and workflow used by this exam                                                                        |
| Marker’s Inbox                   | Work through marking that has been assigned to the signed-in marker                                                              |
| Results, resits and certificates | Decide what students see after submission and what happens next                                                                  |
| Statistics                       | Review performance patterns across attempts, questions, sections and tags                                                        |

{% hint style="info" %}
Attempt status, marking status and result status are separate. A submitted attempt can still be unmarked; a finalised result can still be unreleased.
{% endhint %}


---

# 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://synap.ac/docs/platform/exams/attempts-marking-and-results.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.
