> 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/recruit-participants/dscout-scout-panel/knockout-questions.md).

# Knockout questions

<table><thead><tr><th>Study type</th><th data-type="checkbox">Availability</th></tr></thead><tbody><tr><td><strong>Screeners</strong></td><td>true</td></tr><tr><td><strong>Usability tests (auto-recruit)</strong></td><td>true</td></tr><tr><td><strong>Media surveys (auto-recruit)</strong></td><td>true</td></tr><tr><td><strong>Intercept studies</strong></td><td>true</td></tr><tr><td><strong>AI moderated studies (auto-recruit)</strong></td><td>true</td></tr></tbody></table>

Recruiting for missions, you want to find people who fit your research needs as closely as possible. To help, you can use knockout questions to eliminate applicants if their answers don’t line up with what you’re looking for. For example, let’s say you’re looking for participants who exercise at least three times a week. You can use a knockout question to disqualify applicants who indicate they exercise less frequently.

{% hint style="success" %}
**Tip:** We recommend always starting a screener or mission with a knockout question or two. This will save applicants time by letting them know right away if they aren’t qualified, but it will also help weed out those who won’t be helpful to your study.
{% endhint %}

## How do knockout questions work?

When building a screener or mission, you’ll add knockout questions and select which answers are acceptable (**May select**) and which are not (**Knockout**). These questions are then presented to applicants first so they can find out as quickly as possible if they do not qualify. When an applicant selects an answer you’ve marked **Knockout**, they are sent to the end of the screener or mission and don’t count toward your total participants.

**Note:** If **Multi-select** is enabled for a question, you’ll also see an option to mark answer choices as **Must select**. Participants must select these answers to qualify for your mission. Those who don’t are disqualified, regardless of their other selections.

Applicants disqualified by knockout questions won’t show in your final results, but you can view how many people were disqualified by each question from within your screener or mission. For more information, see [Programming insight](/recruit-participants/dscout-scout-panel/programming-insight.md).

## Knockout questions in screeners

When building a screener, you’ll add knockout questions on the **Screener** tab.

**To add a knockout question to a screener:**

{% stepper %}
{% step %}
Navigate to the **Screener** tab of your screener.
{% endstep %}

{% step %}
Click **+ Add knockout question** in the builder or in the left sidebar.

![](/files/292802fc923018c9b77eba6a3b8e6e6f89d9e36b)
{% endstep %}

{% step %}
Select **Multiple choice**. (Or, select **Add from question bank** to add a question you have saved. For more information on saved questions, see [Question banks](/study-basics/question-types/question-banks.md).)

![](/files/6756d706b9e01a15ed1b14943005eeed7eb55949)
{% endstep %}

{% step %}
Enter a **Prompt**.
{% endstep %}

{% step %}
Enter your answer **Choices**.
{% endstep %}

{% step %}
Select **Knockout** beside the answers you want to disqualify applicants.

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

{% step %}
Click **Done**.
{% endstep %}
{% endstepper %}

Now, once you launch your screener, applicants who select answers you’ve marked **Knockout** will be disqualified and sent to the end of your screener.

## Knockout questions in usability tests and media surveys

When building a usability test or media survey, you’ll add knockout questions on the **Screener** tab.

{% hint style="info" %}
**Note:** Knockout questions are only available in missions that auto-recruit from Dscout’s pool of participants. When using other recruitment methods, it’s expected that you have already in some way screened the participants you invite.
{% endhint %}

**To add a knockout question to a usability test or media survey:**

{% stepper %}
{% step %}
Navigate to the **Screener** tab of your mission.
{% endstep %}

{% step %}
Click **+ Add** beneath **Screener questions** in the left sidebar.

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

{% step %}
Select **Multiple choice**. (Or, select **Add from question bank** to add a question you have saved. For more information on saved questions, see [Question banks](/study-basics/question-types/question-banks.md).)

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

{% step %}
Enter a **Prompt**.
{% endstep %}

{% step %}
Enter your answer **Choices**.
{% endstep %}

{% step %}
Select **Knockout** beside the answers you want to disqualify applicants.

![](/files/104377b1252b4c497d1a0b3c63cd5d3b5abe0cf9)
{% endstep %}

{% step %}
Click **Done**.
{% endstep %}
{% endstepper %}

Now, once you launch your mission, applicants who select answers you’ve marked **Knockout** will be disqualified and sent to the end of your mission.


---

# 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/recruit-participants/dscout-scout-panel/knockout-questions.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.
