> 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/student-features/assessment-functionality.md).

# Assessment Functionality

### Starting an Assessment Section

Students start an assessment section by clicking on the Start this section button next to the corresponding section on the student dashboard.

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

### Section Instructions

Students are taken to an intro screen with instructions for the given section. Students have as much time as they need to review the instructions. Clicking the **Start** button will start the assessment section, and for timed students, the timer will begin.

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

### Assessment Player Functionality

The Horizon Assessment player offers a streamlined testing experience for students with an easy-to-use interface.

Students can **customize their assessment experience** with a wide range of tools, including accessibility options, response masking, sticky notes, calculator, and more to ensure their success. With these features, they can customize their learning experience to fit their individual needs and preferences.

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

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

<figure><img src="https://uploads-ssl.webflow.com/5dbf161d4f3e35770a02693b/650a28364790f33f441466f4_Screenshot%202023-09-19%20at%206.00.57%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/student-features/assessment-functionality.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.
