> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.tevello.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How To Setup Notifications For New Quiz Completions

${youtube}[How To Setup Notifications For New Quiz Completions](rX-YFLBthWQ)


#### Overview:
Receiving notifications for quiz completions in your courses helps you track learner progress and engagement. This guide explains how to set up automated notifications in Shopify using its automation feature.

# Steps to Set Up Quiz Completion Notifications:

1. **Access Shopify Automation:** Navigate to **Marketing** and then select **Automations** in your Shopify admin

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/01-marketing_87e2yw.png)

2. Click on "View Template"

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/2-1_xkrfiu.png)

3. And then **Create Custom Automation**.

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/03-create-custom_1gbzlny.png)

4. Click **Select Trigger**

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/3-1_137rm9i.png)

5. **Name the automation**, for example, "New Quiz Completed". Under the trigger section, select **Tevello Courses and Communities**

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/04-workflow-name_wrsk4b.png)

6. Then select **Quiz Completed**

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/05-quiz-completed_14vx4wt.png)

7. Click on the plus icon (+) to add an action.

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/06plus-sign_1rqqpe7.png)

8. Click **Action** 

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/07-action_20z0y6.png)

9. Search for "Email" and select **Send Internal Email** to set up an email notification for yourself.

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/08-send-email_oibof8.png)

10. **Customize Email Content:**
* Enter your email address in the designated field.
* Set the email subject, such as "New Quiz Completed".
* Compose the message body. 
```
Name: {{customer.displayName}}
<br>
Email: {{customer.email}}

{{answers}}

--

Thanks,
<br>
Tevello
```

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/10-email-deetsl_dz66oz.png)

| You can include dynamic content like the customer's name and their quiz answers. Utilize the **Add Variable** button to insert these dynamic elements.

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/11-variable_y99v4f.png)

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/12-liquid-variable_1e2tci9.png)

11. **Activate the Notification:** Once the email content is set, click on **Turn on Workflow**, followed by **Turn On** to activate the automation.

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/13-turn-on-wf_pgns11.png)

![](https://storage.crisp.chat/users/helpdesk/website/e916a79d3dced000/14-tunr-on_111z7ss.png)

#### IMPORTANT:
* Ensure that the email address for receiving notifications is correct and active.
* Regularly test the automation to confirm it's functioning as expected.
* Customize the email content to fit your brand or specific information needs.
* Review and update the automation periodically to ensure it aligns with any changes in your course structure or notification preferences.