# Viewing submission data

On the **Submissions** page, you can view each submitted quiz along with the answers selected for each question. Even if a customer doesn't enter their email address, their responses still show up on the **Submissions** page.

You can choose to display a specific quiz and date range, and export all of the submissions.

## In this section

* [Selecting a quiz and timeframe](#selecting-a-quiz-and-timeframe)
  * [Exporting your quiz submission data](#exporting-your-submissions-data)

***

## Selecting a quiz and timeframe

**Steps**:

1. From the Quiz Kit app menu, click **Submissions**.
2. On the **Submissions** page, click on the name of the quiz that auto-populates in the table.
3. From the drop-down menu, click the quiz name that you want to view data for.
4. Click the date-picker box that auto-populates with data from **Today**.
5. Select the timeframe of data you want to display. You can use the preset options on the left of the dialog box or select your own start and end date in the calendar.

### Exporting your quiz submission data

If you have a quiz and timeframe selected that has data for it, you can export the data by clicking **Export**.

Clicking **Export** automatically triggers a download of an .xlsx file. You can open it in a spreadsheet program that supports .xlsx files like Microsoft Excel, Google Sheets, or Apple Numbers.


---

# 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/viewing-submission-data.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.
