> ## Documentation Index
> Fetch the complete documentation index at: https://support.lena.africa/llms.txt
> Use this file to discover all available pages before exploring further.

# Grades Overview

> How to view course-wide grades, check individual student performance, and understand the grading system on Lena.

The grades overview gives you a bird's-eye view of how your students are
performing. You can see class-wide trends and drill down into individual student
grades.

<Note>
  **Before you begin:** You need a course with graded assignments or completed
  quizzes to see grades.
</Note>

***

## Viewing course grades

<Steps>
  <Step title="Open your course">
    Navigate to the course from your dashboard. You'll see the course home screen with tabs for each content type.
  </Step>

  <Step title="Go to Grades">
    Tap the **Grades** section. You'll see an overview of all students' grades.

    <Frame caption="Screenshot: Course grades overview showing all students with their assignment average, quiz average, and overall grade">
      <img className="block dark:hidden" src="https://mintcdn.com/lenaafrica/ISsABwDXCBX0o69d/images/placeholder-light.png?fit=max&auto=format&n=ISsABwDXCBX0o69d&q=85&s=8aa659c894fa0cbcd69dca2937f31d5d" alt="Course grades overview table showing all students with their assignment average, quiz average, and overall grade" width="1600" height="938" data-path="images/placeholder-light.png" />

      <img className="hidden dark:block" src="https://mintcdn.com/lenaafrica/ISsABwDXCBX0o69d/images/placeholder-dark.png?fit=max&auto=format&n=ISsABwDXCBX0o69d&q=85&s=d8ebf01c18a25cc2bcf05b022a7d47a1" alt="Course grades overview table showing all students with their assignment average, quiz average, and overall grade" width="1600" height="938" data-path="images/placeholder-dark.png" />
    </Frame>
  </Step>
</Steps>

***

## Understanding the grade table

The grades view shows each student with three key metrics:

| Column                 | What it shows                                                      |
| ---------------------- | ------------------------------------------------------------------ |
| **Assignment average** | The student's average score across all graded assignments (0–100%) |
| **Quiz average**       | The student's average score across all graded quizzes (0–100%)     |
| **Overall grade**      | The weighted combination based on your grade weight settings       |

### How the overall grade is calculated

The overall grade uses the weights you set in
[Course Settings](/teachers/course-settings):

```
Overall grade = (Assignment average × Assignment weight) + (Quiz average × Quiz weight)
```

**Example:**

* Assignment average: 85%, weight: 40% → contributes 34.0
* Quiz average: 72%, weight: 60% → contributes 43.2
* **Overall grade: 77.2**

***

## Individual student grades

To see a detailed breakdown for a specific student:

1. Find the student in the grades list
2. Tap their name to open their grade detail

You'll see:

<Tabs>
  <Tab title="Assignment grades">
    A list of all assignments with:

    * Assignment title
    * Student's score (e.g., 18/20)
    * Submission status (submitted, late, or missing)
    * The average contribution to their grade

    <Frame caption="Screenshot: Individual student view showing assignment-by-assignment scores">
      <img className="block dark:hidden" src="https://mintcdn.com/lenaafrica/ISsABwDXCBX0o69d/images/placeholder-light.png?fit=max&auto=format&n=ISsABwDXCBX0o69d&q=85&s=8aa659c894fa0cbcd69dca2937f31d5d" alt="Individual student grade detail showing assignment-by-assignment scores with submission status" width="1600" height="938" data-path="images/placeholder-light.png" />

      <img className="hidden dark:block" src="https://mintcdn.com/lenaafrica/ISsABwDXCBX0o69d/images/placeholder-dark.png?fit=max&auto=format&n=ISsABwDXCBX0o69d&q=85&s=d8ebf01c18a25cc2bcf05b022a7d47a1" alt="Individual student grade detail showing assignment-by-assignment scores with submission status" width="1600" height="938" data-path="images/placeholder-dark.png" />
    </Frame>
  </Tab>

  <Tab title="Quiz grades">
    A list of all quizzes with:

    * Quiz title
    * Student's score (e.g., 8/10)
    * Number of attempts
    * The average contribution to their grade

    <Frame caption="Screenshot: Individual student view showing quiz-by-quiz scores">
      <img className="block dark:hidden" src="https://mintcdn.com/lenaafrica/ISsABwDXCBX0o69d/images/placeholder-light.png?fit=max&auto=format&n=ISsABwDXCBX0o69d&q=85&s=8aa659c894fa0cbcd69dca2937f31d5d" alt="Individual student grade detail showing quiz-by-quiz scores with attempt counts" width="1600" height="938" data-path="images/placeholder-light.png" />

      <img className="hidden dark:block" src="https://mintcdn.com/lenaafrica/ISsABwDXCBX0o69d/images/placeholder-dark.png?fit=max&auto=format&n=ISsABwDXCBX0o69d&q=85&s=d8ebf01c18a25cc2bcf05b022a7d47a1" alt="Individual student grade detail showing quiz-by-quiz scores with attempt counts" width="1600" height="938" data-path="images/placeholder-dark.png" />
    </Frame>
  </Tab>
</Tabs>

***

## Using grades effectively

<Tip>
  Review the grades overview regularly to identify students who may be
  struggling. A student with a high assignment average but low quiz average
  might need more help with test-taking, while the opposite might indicate
  they understand concepts but need more practice applying them.
</Tip>

### Identifying patterns

Look for these patterns in your grade data:

* **Students with no submissions** — They may need a reminder or check-in
* **Consistently low quiz scores** — The material may need to be reviewed in
  class
* **Wide performance gaps** — Consider offering additional support or practice
  materials

***

## CBT exam grades

CBT exam grades are managed separately in the CBT system. To view CBT results:

* See [Managing Exam Results →](/cbt/managing-exam-results) for viewing and
  publishing CBT scores

***

## Troubleshooting

<Accordion title="A student's grade shows 0% or is missing">
  * The student may not have submitted any assignments or quizzes yet - Check
    that you've **graded** their submissions — ungraded work shows as 0 - If you
    recently changed grade weights, grades recalculate automatically but may
    take a moment
</Accordion>

<Accordion title="Overall grade doesn't match my manual calculation">
  * Grades are calculated as: **(assignment average × assignment weight) +
    (quiz average × quiz weight)** - Check that your grade weights in [Course
    Settings](/teachers/course-settings) add up to 100% - Only graded
    assignments and completed quizzes are included in the calculation
</Accordion>

***

## Related guides

* [Course Settings](/teachers/course-settings) — configure grade weights
* [Grading Assignments](/teachers/grading-assignments) — grade individual
  submissions
* [Grades & Progress (Student View)](/students/grades-and-progress) — see what
  students see
