> For the complete documentation index, see [llms.txt](https://docs.lamsfoundation.org/lams/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lamsfoundation.org/lams/tools/spreadsheet/monitor.md).

# Monitor

## Summary

Monitoring view allows the teacher to view learners' responses and gives the teacher the opportunity to mark the student's responses.&#x20;

![Spreadsheet summary view monitor tab](/files/OwPJ0rpxcbNTCJRyH1dd)

The **summary** tab includes the following things:

1. List of students who submit responses.
2. Option to mark the student response.
3. Option to **view all marks.**
4. Option to **release marks.**
5. Option to **download marks.**
6. Option to **refresh** for updates.

### Marking responses

Teacher can mark the student responses by clicking on mark button.

![Spreadsheet marking student responses](/files/OdgrUrj7IKdCjsxI16ud)

Teacher can evaluate the student's spreadsheet and assign a mark. Moreover, the teacher can add comments to clarify concepts with the student.

### Advanced settings

![Spreadsheet monitor tab advanced settings](/files/tJxKXjiKjMa6hQubNRHb)

The advanced settings section shows the options that are enabled or disabled by the teacher when creating a spreadsheet

## Edit Activity

The edit activity tab displays the following basic content for the spreadsheet.

The teacher has the option to edit the created spreadsheet.

![Spreadsheet edit activity](/files/t4St2Wn0Cpk02nfwhuID)

## Analytics

Analytics tab displays the marked spreadsheet count along with the unmarked spreadsheet count. Moreover, it shows the total spreadsheet count.

![Spreadsheet analytics tab](/files/K10ivd4wMU61ju1XImBk)


---

# 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://docs.lamsfoundation.org/lams/tools/spreadsheet/monitor.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.
