> 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/colibri/reporting/exporting-results/exercise-report.md).

# Exercise Report

The exercise report provides you with an overview of the exercise in the form of a Word document. Use this to **provide feedback to clients or for your own records**. In the report, you'll be able to review:

| Feature                    | Description                                                                                                                                                              | Use when                                                                                                                                                  |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Pie charts                 | Anonymous visualisations of data (multiselect questions will be visualised as a bar chart)                                                                               | You want to see **which answer won the majority**                                                                                                         |
| Participant answers        | See which options players selected as their answers for each data point                                                                                                  | You want to see **how specific participants answered** questions                                                                                          |
| Participant response times | 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) | You want to see which questions players took breaks on/**took longer to ponder** (this will also allow you to judge if some questions were too difficult) |

## How to

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

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

Check the checkbox in the pop-up window **if you used secondary channels that allow players to interact with persona posts (e.g. MicroBlog)** and want to review the exact content of those interactions:

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

## Exercise report (.docx)

Below are some examples of what an exercise report looks like:

<figure><img src="/files/ZRECJUMCIEIeJ1joGPw7" alt=""><figcaption><p>Pie charts in an exercise report</p></figcaption></figure>

<figure><img src="/files/LAtHzAeUs2EJxfTRCmV5" alt=""><figcaption><p>Participant answers and response times for a data point in the exercise report</p></figcaption></figure>


---

# 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/colibri/reporting/exporting-results/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.
