> For the complete documentation index, see [llms.txt](https://support.horizoneducation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.horizoneducation.com/teacher-features/data-exports.md).

# Data Exports

### Export Types

For each student assessment report, three different types of exports can be downloaded by teachers and administrators.

* **Response Export**: A spreadsheet file with each individual students response to every item on the assessment.
* **Score Export**: A spreadsheet file with each individual students scoring data (composite score, section scores, percentile rankings, etc)
* **PDF Export**: An export containing PDF score reports for each student. This can be downloaded as a single PDF file, or a zip file that contains a separate PDF file for each student.

The buttons for each are located on the top right of the page when viewing after opening a specific assessment score report for a group of students.

<figure><img src="https://uploads-ssl.webflow.com/5dbf161d4f3e35770a02693b/6509e5edd19e4527342ef8d7_Screenshot%202023-09-19%20at%201.15.01%20PM.png" alt=""><figcaption></figcaption></figure>

### Downloading Exports

When the export is ready, the link to download the file will be available on the '**Export Downloads**' page, which can be accessed via a blue button on the top right of the main Student Results page.

{% hint style="info" %}
***Note:** Response and Score exports tend to be available within a 1-2 minutes, however PDF exports can occasionally take up to 20 minutes depending on the size of the group of students.*&#x20;
{% endhint %}

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

On the **Export Downloads** page, you will see a list of all the requested files and a button to **Download** once the export has finished processing.

<figure><img src="https://uploads-ssl.webflow.com/5dbf161d4f3e35770a02693b/6509e811fda83afa2b2c88db_Screenshot%202023-09-19%20at%201.26.02%20PM.png" alt=""><figcaption></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://support.horizoneducation.com/teacher-features/data-exports.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.
