> 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/study-basics/question-types/question-groups.md).

# Question groups

<table><thead><tr><th>Study type</th><th data-type="checkbox">Availability</th></tr></thead><tbody><tr><td><strong>Usability tests</strong></td><td>true</td></tr><tr><td><strong>Media surveys</strong></td><td>true</td></tr><tr><td><strong>Intercept studies</strong></td><td>true</td></tr></tbody></table>

Question groups let you visually group related questions together in the builder. This helps you keep things organized, but it also gives you the option to randomize the order in which participants see the questions, helping to reduce participant bias. Questions in a question group appear no differently to participants, so only you will know they’ve been grouped together.

## Question group settings

You’ll access question group settings in the right sidebar of the builder:

![](/files/6117204542cc8b474e9e4ca544df66b534dc3bab)

Here’s a breakdown:

| Setting                 | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Randomize questions** | <p>When enabled, participants will see all questions contained within the question group in a random order.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note:</strong> Skip logic and piping logic are not available when randomization is enabled, nor can a question group be used as a skip logic destination. All existing logic will be removed when this setting is enabled.</p></div><p>If some of your questions rely on each other, you can use multi-variate testing to keep related questions together while presenting each concept in a random order. For more information, see <a href="/spaces/IKfn7RcT4CW9XaIbqAdd/pages/d4beec330972f1ebb726e13e4f65f71629d27495">Multi-variate testing</a>.</p><div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>This setting cannot be changed post-launch.</p></div> |

## Add a question group to a study

You’ll add question groups on the **Usability test**, **Media survey**, or **Mission** tab of your study. Once you’ve added a group, you can then add new questions within it or drag and drop existing questions to be part of it.

{% stepper %}
{% step %}
Navigate to the **Usability test/Media survey/Mission** tab of your study.
{% endstep %}

{% step %}
Click **+ Add** in the center of the builder or in the left sidebar.

![](/files/8a540ca1742cab9c77ecda99aef71edaae787730)
{% endstep %}

{% step %}
Under **More**, select **Add question group**.

![](/files/5471e33c9eebce690201993719b05781ea95613c)
{% endstep %}

{% step %}
Now, a new question group is added to your study. Click **+ Add** within the group to add a new question to it. Or, drag and drop an existing question into the group. You can also click the group name (“Untitled question group” by default) to rename it.

![](/files/43313e08cc1d51aabf799213e603dd7b2d7b4f35)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can apply skip logic and piping logic to questions within a question group just as you normally would (so long as randomization is not enabled).
{% endhint %}

## Ungroup questions

If you no longer want a question to be part of a question group, you can move it out of the group.

{% hint style="success" %}
**Tip:** To quickly ungroup a question, simply drag and drop it to a new location in the builder.
{% endhint %}

{% stepper %}
{% step %}
Navigate to the question group where you want to ungroup a question.
{% endstep %}

{% step %}
Click the three-dot icon in the top right corner of the question.
{% endstep %}

{% step %}
Select **Move out of group**.

![](/files/3e1e8dba76c11a4da1862e5152bf516fd0b88e8c)
{% endstep %}
{% endstepper %}

Now, the question is moved out of the group and placed directly below it. You can drag and drop the question to relocate it elsewhere in your study.

## Analyze a question group

You can analyze questions in a question group just as you normally would that individual question type. However, you’ll see these questions grouped together on the **Responses** tab for easy access (or to easily collapse them until you need to view them again!):

![](/files/03e22f2f2403ef84afd32d0069adfb28447fb325)

Questions are displayed in the order they appear in the builder by default. If you’ve enabled randomization, you can view the questions in the order they were presented to each participant by navigating to individual responses from the **Participants** view:

![](/files/bc5ced4d5dce57e82630edd1a6c6e8383f278a20)


---

# 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/study-basics/question-types/question-groups.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.
