> 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/monitoring-an-assessment.md).

# Monitoring an Assessment

### Navigation

To monitor an assessment for a specific class, there are two options. For the first option, on the Assessment Schedule page, find the class and assessment section you wish to monitor and click the magnifying glass icon.

<figure><img src="https://uploads-ssl.webflow.com/5dbf161d4f3e35770a02693b/65034e5e6c8a3969f9bbda1c_Screenshot%202023-09-14%20at%201.14.55%20PM.png" alt=""><figcaption></figcaption></figure>

The second option is to click the Assessment Monitoring tab, then from the drop down menu options select which type of assessment, which assessment section, and which class you wish to monitor.

<figure><img src="https://uploads-ssl.webflow.com/5dbf161d4f3e35770a02693b/65034ea18544089676fa0c5c_Screenshot%202023-09-14%20at%201.17.26%20PM.png" alt=""><figcaption></figcaption></figure>

[**‍**](https://www.loom.com/share/f5741bb485c6438eb9799cbccd35f948?sid=a95334f4-c997-4eab-962f-2fc9407977c3)

### Monitoring an Assessment

Teachers will see a **progress** **status for each students assessment section**, along with a button that allows for teachers to delete the data and reset an section for a student.

**The four statuses are:**\
**‍**\
Not Scheduled - This student does not have an open window for this test section at this time.

Not Started - The testing window for the student is open, but it has not started.

In Progress - The student is actively testing this section.

Completed - The student has completed this section.

<figure><img src="https://uploads-ssl.webflow.com/5dbf161d4f3e35770a02693b/65034ef5e5aa0903d4d0c047_Screenshot%202023-09-14%20at%201.20.25%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/monitoring-an-assessment.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.
