What are screener questions?
Screener questions serve as a brief survey to narrow down participants that match targeting parameters in a project. It is best practice to use between 5 and 10 questions - at least 2 are required (the maximum is 40 for a project). We currently offer the following screener question types:- Radio
- Checkbox
- Single line text box
- Multi line text box
- Number box
- Slider
- File upload
- Matrix
- Ranking
File upload, Matrix, and Ranking are enabled per organization. If your organization does not have access, the API returns a
403 Forbidden when you try to create one. Reach out to your account contact to have them enabled.Basic qualifying logic
Single answer or multiple choice question types can have qualifying logic applied directly to each answer. For example: Do you own any pets?- Yes (qualify)
- No (disqualify)
- Cat (may select)
- Dog (must select)
- Fish (may select)
- Raccoon (disqualify)
Skip logic
These question types can also have skip logic applied where each possible answer selection can lead the participant directly to a specific question. Continuing the above example (Question 1) Do you own any pets?- Yes (qualify)
- No (disqualify)
- If selected go to end of screener
- Cat (may select)
- Dog (must select)
- If not select go to end of screener
- Fish (may select)
- Raccoon (disqualify)
- If selected go to end of screener
API endpoints
Create a screener question
Add screening questions to your project.
Bulk create questions
Add up to 40 questions in a single request.