# How to view grades

### Introduction

In a traditional setup, whenever an activity ends, teachers would usually take out their class record and document the students' scores manually, one-by-one. This takes a lot of time to do but teachers need it so that they can track how their students are doing, and for future purposes.

However, in CodeChum, to make things easier for you, we keep track of all activities you've created within the app and we keep a record of all your students' scores in every activity online! Also, it's exportable to Excel, too!

### Steps

To view your students' grades for all activities in a class in CodeChum, do this:

1. Go to your class' **Class Record** tab. This will show a table-like structure containing a list of your students' names, emails, scores for each activity, and the total score for all of it.

   <figure><img src="/files/nH6v73Q3NLg4ECWcdLQM" alt=""><figcaption></figcaption></figure>
2. If you'd like to change the **activity type**, click the activity type dropdown and select your preferred activity type.

   <figure><img src="/files/UwkglviJDawHKnIJ30Au" alt=""><figcaption></figcaption></figure>
3. If you'd like to view only scores of a specific student, click on the **Search Student** dropdown on top of the table and select the student you wish to only view. Click the **X** button on the dropdown once you're done viewing to revert back to its original view.

   <figure><img src="/files/qVDpZrCY0UwpwR7GgFvD" alt=""><figcaption></figcaption></figure>
4. If you'd like to view only scores of your students for a specific activity, click on the **Search Activity** dropdown on top of the table and select the activity you wish to only view. Click the **X** button on the dropdown once you're done viewing to revert back to its original view.

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

And that's how you view your students' grades in CodeChum!


---

# 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/more-features-you-may-want-to-explore/classes-section/how-to-view-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.
