> 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/user-groups/attempts-insights-and-reports.md).

# Attempts, insights and reports

The data pages on a User group help you understand a cohort without opening every student profile. Use them when your question starts with “how is this class, customer or intake doing?”

### Group-level views

| Page     | Question it helps answer                                                             |
| -------- | ------------------------------------------------------------------------------------ |
| Attempts | Which assessment attempts have group members made, and what state is each one in?    |
| Insights | How are members engaging and performing across supported content or classifications? |
| Reports  | Which repeatable or downloadable datasets are available for this group?              |

### Choose the population before interpreting it

Group membership can change. Before sharing a result, confirm whether the view represents current members, people who were members when activity occurred or learners linked to the selected content. Record the date range, filters, source versions and included Attempt states.

Use group totals and averages to find patterns, then open the individual User or Attempt to understand an exception. An average score cannot tell you whether one learner was absent, locked out or waiting for manual marking.

### Attributes and small cohorts

Where supported, Attributes can break a group into organisation-specific dimensions. Check the meaning and value type of each Attribute before comparing it. Avoid publishing a breakdown that makes an individual identifiable within a very small cohort.

{% hint style="info" %}
For progress through one assigned Course, the Assignment management page is normally the clearest view. Use the User group when you need to look across several kinds of activity for the same 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/user-groups/attempts-insights-and-reports.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.
