# Managing Participant Grades

The grades feature lets you record and track participant grades directly in ActiveNow.

To enable grades, go to *Settings* → *General* → *Additional features* → *E-register* and turn on the grades option.

## How to add a grade

In the E-register for a course, click *New grade* in the grades section. In the window that opens, enter a comment for the grade (for example, *Quiz*), then fill in grades for all applicable participants.

Added grades appear in the combined grades list, and **participants receive a notification** and can view their grades in the Client Panel.

Use the filter above the list to display all grades with a **specific comment**.

To view, **edit**, or **delete** an individual grade, click the *Details* button next to the participant.

## Adding grades as an instructor

As an instructor, click any lesson in *My calendar* and expand the *Grades* section in the E-register.

Click *New grade*, enter the comment and grade value, then confirm.

Participants will receive notifications about new grades and will see them in their Client Panel.


---

# 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.activenow.io/en/instructor-panel/managing-participant-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.
