> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/media-surveys/analyze-a-media-survey/view-media-survey-responses.md).

# View media survey responses

When participants start submitting responses to your media survey, you can view them on the **Responses** tab of your study.

![](/files/f3fa71320482cf1400967c8e5cb4846d74204037)

Here, you can view response data in a number of ways using the options in the left sidebar. Refer to the sections below for more information.

## View by question

To view responses from all participants grouped by question, open the **Questions** view in the left sidebar:

![](/files/72b9243246f51ad90a08021b9e0792685942e44b)

This view offers a holistic view of how participants across your mission, including bar charts for multiple choice questions, percentage data for card sort questions, and more. For more information on analyzing individual questions, search for the question type on the Dscout help center.

## View by participant

To view responses from individual participants, open the **Participants** view in the left sidebar. Then, select a participant:

![](/files/e8f010a0b8ad62fb20e8059c3facbfb4f3c1fa59)

This view is helpful if you want to focus on how a specific participant responded to the questions across your mission. Maybe you noticed they completed a card sort differently than the majority of your participants and want to see their other responses.

## View by tags

To view responses organized by your custom tags, open the **Tags** view in the left sidebar:

![](/files/0e7533602156eba656038133116c79dedf3337de)

For more information on tagging responses, see [Create and manage tags](/study-basics/analyze-missions/create-and-manage-tags.md).

## Filter responses

Across all views of the **Responses** tab, you can filter the data that’s displayed. For example, you can filter the data to only show responses from participants who made a particular selection from a given multiple choice question. Or, you can filter by participant attributes like age, gender, and more.

{% stepper %}
{% step %}
Navigate to the **Responses** tab of your study.

![](/files/f3fa71320482cf1400967c8e5cb4846d74204037)
{% endstep %}

{% step %}
Click the **Filter** icon in the top right corner.

![](/files/18c9119c2707c3a3fd92d2ecda34e4aa579999fd)
{% endstep %}

{% step %}
Select your desired filters.
{% endstep %}
{% endstepper %}

Now, the responses displayed are filtered to only include those that meet your selected criteria. Return to the filters menu at any time to change your selections or click **Clear all** to reset your filters entirely.

## Other resources

Analysis is never a one-size-fits-all task. Dscout offers many tools to help you analyze your data. Refer to the following articles for help and inspiration:

* [Explore your data](/dscout-ai/dscout-ai-studio/explore-your-data.md)
* [AI summaries](/dscout-ai/built-in-ai-features/ai-summaries.md)
* [AI themes](/dscout-ai/built-in-ai-features/ai-themes.md)
* [AI notable moments](/dscout-ai/built-in-ai-features/ai-notable-moments.md)


---

# 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://help.dscout.com/media-surveys/analyze-a-media-survey/view-media-survey-responses.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.
