> 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/assignments/attempts-and-progress.md).

# Attempts and progress

Each student receives a separate Assignment record containing their deadline, Course version, item states, time and overall outcome. The Assignment management page brings those records together for the cohort.

### From enrolment to completion

The record begins as **Not started** and becomes **In progress** when activity begins. It can move to **Pending review** when work requires an educator. The final state may be **Completed**, **Passed** or **Failed**, depending on the Course and Assignment configuration. **Missed deadline** and **Revoked** describe exceptional access states.

Item states can include Locked, Not started, In progress, Pending review, Reviewed, Reinstated and Completed. A locked item often reflects the Course's progression rules rather than missing content access.

### Reading progress accurately

| Check          | Why it matters                                                                     |
| -------------- | ---------------------------------------------------------------------------------- |
| Item list      | Explains the overall percentage and shows the activity still outstanding.          |
| Review state   | A submitted Quiz, Upload or Text entry may still be waiting for an educator.       |
| Course version | Existing students may be attached to an earlier published version.                 |
| Deadline type  | Relative deadlines are personal to the time each learner's Assignment was created. |
| Reinstatement  | Reopened work can move an item back into an active state.                          |

### Finding cohort patterns

Use filters and status counts to identify non-starters, overdue students and work waiting for review. Compare students only after confirming they received the same Course version and equivalent availability. Time spent can help with investigation but does not prove learning or mastery.

{% hint style="info" %}
Use the learner record for an individual exception. Use Assignment management when the same pattern affects several members of the cohort.
{% 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/assignments/attempts-and-progress.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.
