# Quiz analytics

You can access a comprehensive overview of customers' answers to all quiz questions, offering valuable data for future recommendations.

You can also learn more about [revenue calculation, conversion rates](/analytics-and-optimization/analytics-and-tracking/dashboard-and-reporting.md), and [A/B testing](/analytics-and-optimization/a-b-testing-your-quiz.md) setup.

## In this section

* [Accessing quiz analytics](#accessing-quiz-analytics)
* [Accessing quiz submission data](#accessing-quiz-submission-data)
* [Setting up quiz email notifications](#setting-up-quiz-email-notifications)

## **Accessing quiz analytics**

You can access an overview of the analytics for a given quiz and timeframe.

**Steps:**

1. From the Quiz Kit app menu, click **Analytics**.
2. Choose a quiz from the drop-down list.
3. Set your desired date range.

The overview page displays the following insights:

* Revenue
* Conversion rate
* Quiz sessions
* Quiz completions
* Emails collected
* Number of products added to the cart
* Most viewed products
* The three most frequently selected answers per question
* Most abandoned questions

{% hint style="warning" %}
**Note:** The data on your Quiz Kit analytics dashboard displays according to the timezone that you're in when viewing it. This may differ from your Shopify analytics, as the timezone for orders is manually set in the Shopify settings. [Learn more about timezones.](/faqs-and-support/frequently-asked-questions.md#why-are-my-quiz-kit-analytics-different-than-my-shopify-analytics)
{% endhint %}

## **Accessing quiz submission data**

You can access a detailed view of each submission in a given quiz and timeframe.

**Steps:**

1. From the Quiz Kit app menu, click **Submissions**.
2. Choose a quiz from the drop-down list.
3. Set your desired date range.

The submissions table includes:

* customers' email address/phone number when provided
* quiz questions with answers
* recommended product(s) based on responses&#x20;
* result name

Each question is presented in a separate row.

To download the table with customer answers, click the **Export**, and an .xlsx file downloads. [Learn more about quiz submission data](/analytics-and-optimization/viewing-submission-data.md).

***

## **Setting up quiz email notifications**

You can set up email notifications that trigger when a customer completes a quiz. Emails contain quiz answers, customer contact information, and quiz results.&#x20;

**Steps:**

1. From the quiz builder menu, click **Settings**.
2. On the default **Quiz** tab, check **Send automated email with each Quiz submission**.&#x20;
3. Ensure the email address under **Submission notifications email** is the one you want emails to be sent to, or update it appropriately.
4. Click **Save**.


---

# 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://support.quizkitapp.com/analytics-and-optimization/analytics-and-tracking/quiz-analytics.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.
