# Export grades

### Introduction

Normally, after you finish checking the answers of your students for the activity, you will then manually input your students' scores in your class record somewhere like in an Excel sheet or file.&#x20;

However, to make things easier for you, on top of us automatically checking your students' answers in a blink, CodeChum also lets you **export your students' scores as an Excel file** for a specific activity, or even for every activity they've taken in a class with just a single click!&#x20;

### Steps

In CodeChum, there are two ways to export your grades in a class: for a specific activity, or for the entire class.&#x20;

#### a. For an activity

To export your students' grades in a specific activity, do the following:&#x20;

1. Go to your class' **Activities** tab and click on the activity card you wish to export. This will open a popup window showing the activity details and more.

   <figure><img src="/files/ygyrju4uFph4CWTadCnr" alt=""><figcaption></figcaption></figure>
2. Click on the kebab menu on the top right of the popup window, in line with the activity name. This will show all actions you can do with your activity. Click on the **Export** option, this will automatically download the excel file.

   <figure><img src="/files/7KYF6sXYNb16o6QyPeD1" alt=""><figcaption></figcaption></figure>

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

#### b. For the entire class

To export your students' grades for all activities in a class, do the following:

1. Go to your class' Class Record tab and look for a blue **Export as Excel** button somewhere on top of the class record table, then click the button. This will automatically download the excel file.<br>

   <figure><img src="/files/933rf2CNaVplsjmMZ8wN" alt=""><figcaption></figcaption></figure>

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

***

And that's how you export grades in CodeChum! If you want to explore more features of CodeChum, please visit this page: [More Features you may want to explore](/teachers/more-features-you-may-want-to-explore/classes-section.md)


---

# 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/export-grades.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.
