# Web application

### Steps

To check how your students are doing in the **web application items** in the activity you started in CodeChum, here is what you can do:

1. Go to your class' Activities tab and look for your currently ongoing activities that are under **In Progress**.&#x20;

   <figure><img src="/files/BRm1Crrj6TVsMRzc8goN" alt=""><figcaption></figcaption></figure>
2. Click on the activity card that you wish to view. This will open a modal showing more information about the activity.

   <figure><img src="/files/C2FPfG55s1tqwEA5p0NI" alt=""><figcaption></figcaption></figure>
3. To view your students' ranks, overall scores, total time, cheating likelihood, and activity status, go to the **Takers** tab.

   <figure><img src="/files/Qaq45pVSBXFuvIfdR1fW" alt=""><figcaption></figcaption></figure>
4. To view a specific students' solution, click on any of the **student card** in the **Takers** tab. This should show a popup window displaying all activity items, score for each item in the activity, as well as their total score and total time.&#x20;

   <figure><img src="/files/b15irbGimgl9PGBBFjTE" alt=""><figcaption></figcaption></figure>
5. To view their answer to that item, click a specific item under the Activity Items on the left. This will open the **Source Code** tab on the right by default, which shows their current code solution.

   <figure><img src="/files/jujJiJbkAZWF6Zlgb3en" alt=""><figcaption></figcaption></figure>
6. To check for their scores in each test case for that item, open the **Test Cases** tab on the right.

   <figure><img src="/files/RC4JUpKbGWMcORm7HYjm" alt=""><figcaption></figcaption></figure>
7. To check for their previous code submissions for the item, open the **Executions** tab on the right.

   <figure><img src="/files/gMTSjWxgD6SW4H1gEsVZ" alt=""><figcaption></figcaption></figure>

***

And that's how you can **monitor your students in an activity**! Once done, it's time to export your students' grades for this activity.


---

# 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/web-application.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.
