> 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/overview.md).

# Overview

Assignments deliver a **Course** to the members of a **User group** and track each learner separately.

### Course, assignment and learner record

<figure><img src="/files/Ee2tYuQIF7nKNyNShuqJ" alt=""><figcaption></figcaption></figure>

| Term               | What it means                                | Example                                     |
| ------------------ | -------------------------------------------- | ------------------------------------------- |
| Course             | The reusable sequence of learning activities | “GCSE Biology revision”                     |
| Assignment         | One delivery of that course to a group       | “GCSE Biology — Summer cohort”              |
| Learner assignment | One person’s progress record                 | Alex’s status, deadline and completed items |

This distinction matters when you make changes. Editing a Course prepares new source content; it does not silently rewrite every learner’s active work. **Versions** let you decide which learners should receive a later Course version.

### Typical lifecycle

1. Build the Course and arrange its items and folders.
2. Create an Assignment and select its User group.
3. Choose the deadline, progression, review and certificate settings.
4. Preview, then publish the Assignment.
5. Synap creates a learner assignment for each eligible group member. People added to an active group can also receive one.
6. Monitor progress, review submitted work and manage exceptions.
7. Publish later Course changes using an appropriate version strategy.

{% hint style="info" %}
An Assignment is inactive while you configure it. Publishing is the point at which Synap begins creating learner records, so check the selected group and deadline before publishing.
{% endhint %}

### What learners experience

Learners see the Assignment as a named programme containing the Course items. Its progression setting controls whether they must work in order and whether they can return to submitted items. Its deadline controls how long their individual record remains active. If manual review is enabled, completion also depends on an Administrator or Educator recording a pass or fail.


---

# 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/overview.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.
