> For the complete documentation index, see [llms.txt](https://help.codechum.com/students/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.codechum.com/students/getting-started/answer-activities.md).

# Answer activities

### Introduction

Usually, in school, a regular class discussion always follows with an activity of some sort to test or check what students have learned and if they've really understood the discussion.

In CodeChum, students will also answer activities created by the teacher of the class, but it's better since you don't have to wait before it gets checked, it's scored immediately after you submit your answer!

### Steps

To answer an activity in CodeChum, follow this:

1. View the class in which your teacher has created an activity. Under the **Activities** tab, you should see an activity card which displays essential information about the activity, like its name, open and due date, time limit (if any), and on when the activity will be closing.

   <figure><img src="/files/80TPCR9d9QRgC335wZxb" alt=""><figcaption></figcaption></figure>
2. Click on the activity card to start answering the activity. If the activity has a set time limit, be mindful of the time as you can only answer the activity within that duration once you start it.

   <figure><img src="/files/6Rb1AReYZSvatR9YK0px" alt=""><figcaption></figcaption></figure>
3. Answer all items by coding your way out of it and check your code if it's correct in comparison to the test cases by clicking the **Check Tests** button. Doing this will show a popup window with your score in it.

   <figure><img src="/files/0AQyXYGK6lcaWaoSg822" alt=""><figcaption></figcaption></figure>
4. Answer as many items as you can within the time frame. Remember to check for test cases every now and then to compare if your outputs are the same with that of the test cases.

   <figure><img src="/files/sw9tLn9VP0OSMnvzyGYM" alt=""><figcaption></figcaption></figure>
5. View your score after you've finished answering or until the time is up. You can also view your overall rank for the class once you're done.

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

***

And that's how you **answer activities** in CodeChum!


---

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

```
GET https://help.codechum.com/students/getting-started/answer-activities.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.
