> 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/diary-studies/analyzing-your-diary-mission.md).

# Analyzing your diary mission

Now that your [mission is closed](/study-basics/edit-close-or-relaunch-missions/close-a-study.md), it's time to analyze your data! This article will dive into a number of valuable analysis features, including:

## Filtering your data

The lefthand sidebar on any Entries view shows all of your filtering options.

You can apply filters based on your closed-ended questions, demographic info, participant groups, tags, bookmarks, and screener data.

Filters will hold for each of the viewing modes (Entries Grid, Closed-Ended Responses, Open-Ended Responses, Map, and Tags), as well as for exports.

![](/files/4b6fb56478f54abc4eb728e5613665ef447cf5dc)

## Viewing your data

#### **Entries Grid View**

The grid view is the default way you'll see entries.

Click the "Grid" icon tab in the top left corner of the Entries view to see all participants and all entries.

The default grid view shows you all entries by every participant, but you can sort entries by using the “Sort By” dropdown above the entries. For example, sorting by date is useful if you are interested in viewing new entries as soon as they are submitted.

#### **Closed-Ended Responses View**

Click the second icon (it looks like a bar chart!) in the top left corner of the Entries view to see chart visualizations of your closed-ended data (remember, any filters that you've applied will impact this view).

![](/files/7a95170f8c519cc3a1d4d8c9ecd2d7ede7a1ea98)

The closed-ended responses view will automatically show demographic information; toggle this off in the bottom of the left-hand sidebar if it isn't useful.

#### **Open-Ended Responses View**

Click the third icon to see bubble charts and counts of words used in open-ended question responses.

![](/files/16ac45f6bbfe0173259c57b4b54db84167ac7a1f)

![](/files/40b9420d7766cc5ace6548c7b3a56a8b44b516c1)

* Select the question you'd like to analyze in the top left corner.
* On the lefthand side of the chart, select the number of words you’d like to see, and filter out parts of speech if you’d like.
* View the responses list, the list of all (filtered) responses to your selected question, below the bubble chart.
* Click individual word bubbles to filter *out* certain words (“Make \[x] a Stop Word”) or to filter the responses list by that word.
* Export bubble charts by clicking the download icon in the lower left corner of the bubble chart.

Learn more about the [Open-Ended Responses view](/diary-studies/analyzing-your-diary-mission/open-ended-responses-view.md).

#### **Media View**

With Media view, we've made it easier than ever to create highlight reels of your favorite participant videos from your Diary missions and share them directly with your stakeholders and collaborators — without ever leaving Dscout.

{% hint style="info" %}
**Note:** Media View is currently only available for subscription accounts. Chat with your Dscout Account Manager to learn more!
{% endhint %}

![](/files/afa26c897fb3eb538f14d7bcd7f9709f6e4028cf)

#### **Tags View**

Click the “Tags” icon (it looks like a shopping tag) in the top left corner of the Entries view to manage and visualize your tags. Individual tags are nested under their corresponding tag group, which can help you categorize tags by theme.

Learn more about tagging [here](/study-basics/analyze-missions/create-and-manage-tags.md).

#### **Map View**

Click the “Map” icon (it looks like a map pin!) to see the different locations that your entries are coming from. This feature is based off of participants' locations when they submit an entry; if they have opted out of geo-location, their entries will not show up here.

## Within an individual entry

#### **Bookmarks**

Flag an individual entry with a single click using the bookmark icon while viewing an entry at the top right corner of the entry.

![](/files/5a45667fdca7f74e7aeed8a5db6b4e2bc53b95d4)

#### **Notes & highlights**

Click the "Notes" tab on the participant sidebar to write a note about a specific participant's entry, for the benefit of yourself and your colleagues (participants do not see notes).

Click and drag across open-ended questions or video transcriptions to highlight text. By clicking the “Highlight” button that pops up above the highlighted text, you'll be able to add that highlight to the Notes sidebar. Alternatively, clicking the "Copy as Quote" button will copy the quote, pre-formatted for you, to paste elsewhere.

[Mention](/getting-started/collaborate-in-dscout/mentions-in-dscout.md) your colleagues to draw their attention to your notes.

Highlighting can also create tags. Highlight text from an open-ended response or video transcript to create a tag for it. See more about Dscout's tagging system [here](/study-basics/analyze-missions/create-and-manage-tags.md).

## Participant groups

Create participant groups on the Manage page, by clicking the "Add Group" button at the bottom of the left-hand sidebar.

There are two ways to assign participants to groups:

* On the Manage page, through selecting the participants' names and selecting "Select groups" in the taskbar that pops down, or
* On an individual entry, through clicking the blue "Select groups" button at the top of the participant sidebar (under the participant's name).

Learn more about creating and using [scout groups](/recruit-participants/working-with-participants/scout-groups.md).

## Exporting your data

#### **Mission data**

You can print entries, create PDFs, export media as jpeg/mp4 files, and download entry data or crosstabs as Excel files. For more details about exporting and export types, click [here](/study-basics/analyze-missions/how-can-i-export-my-data.md).

* Look for the export icon in the top right corner of your screen while looking at entry data. (This looks like a box with an arrow pointing out.)
* Click it to see a list of export, print and crosstab options, along with a list of links to your previous exports.

![](/files/faecd2e4ad05fa672b6cfbf4a470c35c7e001b39)

#### **Participant data**

To export participant demographic information and participants' profile pictures, you'll navigate to the Manage page, select the participants you're interested in, and click "Export Data" in the taskbar that pops down.

#### **Share links**

To share individual bits of media with colleagues or stakeholders who don’t have Dscout accounts, use [public share links](/study-basics/playlist-editor/public-share-links.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/diary-studies/analyzing-your-diary-mission.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.
