> 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/open-ended-responses-view.md).

# Open ended responses view

Use the Open-Ended Responses view to help you make sense of your open-ended responses (text and video) in diary studies.

![](/files/379d9f90291522d1775908c4014e57e1bf177df2)

The open-ended responses view shows a **bubble chart** (think: word cloud) of the most-used words in responses to your open-ended and video questions. Below the bubble chart, you’ll see a list of full responses to that question.

Access the open-ended responses view by selecting the third icon in the upper left corner of the page, or by selecting Open-Ended Responses in the Entries dropdown on the top toolbar.

![](/files/8567aafaa2fb7ae016ee5e50f5aabe2cd29bdde7)

To start, select the question you'd like to analyze in the "Question" dropdown, located above the bubble chart itself.

## Bubble Chart

![](/files/114c50405c9e101d3ea8eb54f454254472e3f0cd)

* On the left, select the number of words and parts of speech to include in your bubble chart. By default, the chart will show the top 25 responses, and all parts of speech.
* To see all responses that contain a specific word from the bubble chart, click on that word bubble and then click “Filter Responses by '\[Word].'” The Responses list below the bubble chart will be filtered by your word selection, meaning that you’ll only see responses that include the word you’ve selected.
* Note: When filtering by multiple words, the responses list will show all responses that contain *any* of the selected words (not *all* of the selected words).
* To remove a word from the bubble chart, click on that bubble, then click “Make '\[Word]' a Stop Word.” Stop words will appear in a list below the bubble chart, where they can be cleared.
* Click the download icon in the lower left corner of the bubble chart to quickly and easily download the chart as an image.

## Responses List

![](/files/537a3bc51a51d757c958ff494a04f282db2a647e)

Below the bubble chart, you’ll see a list of all responses to your selected question. Sort your responses by rating, expressiveness, scout, or date.

* [Expressiveness](/recruit-participants/dscout-scout-panel/expressiveness.md) is a new sorting capability that Dscout has created specifically to help you find the best responses to your questions.
* Rating is a new sorting capability that helps you identify the responses that are most useful and interesting for your analysis. Rate your responses using the 'thumbs up' and 'thumbs down' icons, then sort by your ratings to prioritize the best responses.
* Scout will sort responses in alphabetical order based on participants' first names.
* Date will sort responses by recency, or when the response was submitted.

#### Additional Filters

* Use the response rating filters at the top of the open-ended responses view page to filter all content on the page (bubble chart and responses list). This allows you to hide/de-prioritize any responses that aren’t helpful to your research.
* As in other views, the left sidebar filters for Questions and Attributes can be used in the open-ended responses view. This allows additional refinement of the data you see in the bubble chart and responses list.


---

# 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/open-ended-responses-view.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.
