> 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/settings/how-to-get-email-notifications-when-students-submit-quizzes-or-essay-questions.md).

# How to Get Email Notifications When Students Submit Quizzes or Essay Questions

This guide shows you how to receive email notifications when your students submit a quiz, especially when they answer an essay question.&#x20;

Enabling this feature allows you to promptly grade and provide feedback to your students, which is essential for effective teaching.

### Step 1: Access Your Email Notification Settings

First, you need to navigate to the correct section within the LDT app to manage your notifications.

* From your Shopify admin, go to **Apps** > **LDT Online Courses** > Settings.
* In the settings menu, select **Email notification**.

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

### Step 2: Enable Notifications for Quizzes & Essays

* In the Email notification section, scroll down to find the "Essay questions" setting.
* Click the toggle switch to enable the option "Get notified when students answer essay questions."

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

By enabling this feature, you will never miss a student submission. This allows you to:

* **Grade promptly**: Quickly review and grade manual questions.
* **Provide timely feedback**: Help your students learn and improve faster.
* **Monitor engagemen**t: Stay on top of your students' progress and course participation.


---

# 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/settings/how-to-get-email-notifications-when-students-submit-quizzes-or-essay-questions.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.
