# Questionnaire

### Steps

To check how your students are doing in the **questionnaire 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/OBbnfeYnUWt4WgUIDRTo" 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/gsGhdbFAk5W94mpLv8gx" 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/bdS5yLJmIkxGChHtL291" 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. <br>

   <figure><img src="/files/uebbKUlSxXVZSEO2hf8g" 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 show a list of questions on the right, containing their answers for each question, and their score.
   1. **Multiple choice**

      <figure><img src="/files/ZLu4sTx1c452Uk134NUN" alt=""><figcaption></figcaption></figure>
   2. **Identification**

      <figure><img src="/files/iEnwvtE6Hok3UBk9SY6h" alt=""><figcaption></figcaption></figure>
   3. **Essay**

      <figure><img src="/files/kINGDq5Cxnr7mLSwff5u" 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/questionnaire.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.
