> For the complete documentation index, see [llms.txt](https://helpdesk.ldtsoft.work/ldt-online-course/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.ldtsoft.work/ldt-online-course/course-management/how-to-review-and-grade-student-quizzes-and-tests.md).

# How to Review and Grade Student Quizzes and Tests

This guide will walk you through the process of viewing your students' performance on quizzes and tests. It also covers how to manually grade essay questions, giving you a powerful tool to track and evaluate each student's progress and understanding.

### Step 1: Access the Student List

First, you'll need to find the student whose quiz results you want to view.

* From your Shopify Admin, go to **Apps** > **LDT Online Courses** > **Students**.
* Here, you'll see a list of all your enrolled students, along with their email, name, and the courses they've joined.

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

### Step 2: Select the Student

* Click on the email or name of the student you want to review. This will take you to a detailed overview of their activity.

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

### Step 3: View Course Progress Overview

On the student's detail page, you will see a summary of their enrolled courses. This includes their enrollment date, completion date (if 100% complete), and overall progress.

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

### Step 4: Check Detailed Quiz Results

To see specific quiz results, you need to go to the lesson where the quiz is located.

* Scroll down to the list of modules and lessons within a course&#x20;
* Find the lesson that contains the quiz/test. It will display a summary like "Quiz / tests - \[Correct Questions] / \[Total Questions] (\[Percentage]) - \[Completion Date]".
* For a detailed, question-by-question breakdown, click on the quiz summary link.

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

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

### Step 5: Manually Grade Essay Questions

In the detailed quiz summary, you will see both multiple-choice questions (which are auto-graded) and essay questions.

* For each essay response, the system will display the student's submitted text.

You need to manually grade these questions by using the buttons:

* "Mark the answer as correct" (✓): Click this to give the student credit for the answer.
* "Mark the answer as incorrect" (✗): Click this if the answer is wrong.

<figure><img src="/files/8ZN6BR5kFVcAXVzCBpcB" alt=""><figcaption></figcaption></figure>

By following these steps, you can easily monitor the performance of each student, ensuring fair and timely grading, especially for open-ended questions that require your personal evaluation.

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://helpdesk.ldtsoft.work/ldt-online-course/course-management/how-to-review-and-grade-student-quizzes-and-tests.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
