> For the complete documentation index, see [llms.txt](https://helpdocs.conducttr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.conducttr.com/feature-documentation/reporting/exercise-report.md).

# Exercise report

The exercise report provides you with an overview of the exercise in the form of a Word document and generates a comprehensive After Action Review (AAR) indexed by injects.

Use this to **provide feedback to clients or for your own records**. In the report, you'll be able to review:&#x20;

<table><thead><tr><th width="134.5555419921875">Feature</th><th width="336">Description</th><th>Use when</th></tr></thead><tbody><tr><td>Observations</td><td>AAR observations, observers' names and emails, observer timestamp, player content observer, player data and timestamp, related rich media</td><td>You want to review what <strong>observers recorded during the exercise alongside the player activity</strong> that prompted it </td></tr><tr><td>Pie charts</td><td>Anonymous visualisations of data (multiselect questions will be visualised as a bar chart)</td><td>You want to see <strong>which answer won the majority</strong></td></tr><tr><td>Participant answers</td><td>See which options players selected as their answers for each data point</td><td>You want to see <strong>how specific participants answered</strong> questions</td></tr><tr><td>Participant response times</td><td>See how long participants took to choose an answer for each data point (this is the time it takes between the button appearing on the screen and the player clicking it)</td><td>You want to see which questions players took breaks on/<strong>took longer to ponder</strong> (this will also allow you to judge if some questions were too difficult)</td></tr></tbody></table>

## How to

To export an exercise report, navigate to the `Review` tab in the Facilitator Dashboard:

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

Check the checkbox in the pop-up window if you want to see all player messages/interactions in all channels:

<figure><img src="/files/1DBipaj2eWmDYdX8mmzn" alt=""><figcaption></figcaption></figure>

#### Example

Below is an example of what an exercise report looks like:

<figure><img src="/files/q1UlvthckszJqkzlN9Vu" alt=""><figcaption><p>After-Action Review messages</p></figcaption></figure>

<figure><img src="/files/9Bx3uPGNpdKHr6CIMT4h" alt=""><figcaption><p>AAR messages</p></figcaption></figure>

<figure><img src="/files/IoXY0AIaiHrQsV7WjaNq" alt=""><figcaption><p>Data point pie charts</p></figcaption></figure>

{% file src="/files/xCzqH1vBz9jJkirHCqc2" %}


---

# 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://helpdocs.conducttr.com/feature-documentation/reporting/exercise-report.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.
