> For the complete documentation index, see [llms.txt](https://nearchip.gitbook.io/qwiktest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nearchip.gitbook.io/qwiktest/manage-tests/view-and-export-reports.md).

# View & Export Reports

You can access reports of Quiz, Quiz Schedules, and Practice Sets and export them to Excel files.

#### Access Quiz Reports

1. Log in to Admin/Instructor account and select `Tests -> Quizzes` from the sidebar menu.
2. Click on the analytics icon from the **Actions** column of a quiz.
3. You will be redirected to Quiz Overall Report.
4. Click on Detailed Report to access test takers.

![](/files/-Mgb8aLpeVz6hdeiTySd)

#### Access Quiz Schedule Reports

1. Log in to Admin/Instructor account and select `Tests -> Quizzes` from the sidebar menu.
2. Click on the edit icon from the **Actions** column of a quiz.
3. Then Go to Quiz Schedules.
4. Click on the analytics icon from the **Actions** column of a quiz schedule.
5. You will be redirected to Quiz Schedule Overall Report.
6. Click on Detailed Report to access test takers.

#### Access Practice Set Reports

1. Log in to Admin/Instructor account and select `Tests -> Practice Sets` from the sidebar menu.
2. Click on the analytics icon from the **Actions** column of a Practice Set.
3. You will be redirected to Practice Set Overall Report.
4. Click on Detailed Report to access test takers.


---

# 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://nearchip.gitbook.io/qwiktest/manage-tests/view-and-export-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.
