# Monitor students

### Introduction

Once you have an activity ongoing, your students will now start to answer the activity. Normally, in a regular classroom setup, you as a teacher would wait for your students to finish all items to be answered before they submit their activity to you and then grade it manually for a long amount of time.

In CodeChum, you do not have to go through such a hassle anymore. We **check them for you automatically**, and you can see how they're doing even while they're still answering!

Here's how.

### Monitor students' answers for...

{% content-ref url="/pages/XcAEbz71A3VSbymyjkwv" %}
[Console application](/teachers/getting-started/monitor-students/console-application.md)
{% endcontent-ref %}

{% content-ref url="/pages/d4jyZjVqDIsQ6pRqHVJ6" %}
[Questionnaire](/teachers/getting-started/monitor-students/questionnaire.md)
{% endcontent-ref %}

{% content-ref url="/pages/HUK2YO5gtk56k152u5nS" %}
[GUI application](/teachers/getting-started/monitor-students/gui-application.md)
{% endcontent-ref %}

{% content-ref url="/pages/H3NeAaimQUninFnvTgSp" %}
[Web application](/teachers/getting-started/monitor-students/web-application.md)
{% endcontent-ref %}

{% content-ref url="/pages/KXZ6QjZ48sS1QAt7pLi2" %}
[mySQL application](/teachers/getting-started/monitor-students/mysql-application.md)
{% endcontent-ref %}

{% content-ref url="/pages/fElFqRmEpXfmSo4llPka" %}
[Diagram](/teachers/getting-started/monitor-students/diagram.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://help.codechum.com/teachers/getting-started/monitor-students.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
