Multiple-question surveys

Build multi-question Surveys with follow-up pages and branching logic.

Written By Markus from Featurebase

Last updated 6 days ago

Overview

Multiple-question Surveys let you ask a sequence of questions in a single in-app Survey. Use them when one answer should lead to a follow-up question, skip irrelevant questions, or end the Survey early.


1. Adding follow-up questions

While creating a survey, in the Content section:

  1. Click + Add new page at the bottom

  2. Create your follow-up survey

2. Add conditional logic

After adding the new page, go back to the initial survey page to and click on + Add condition logic. Conditional logic lets you send respondents to different Survey pages based on their answer.

Each rule follows this pattern: If value comparator {value} go to {survey page}

Destination options include:

  • Another page in the Survey

  • Next page

  • End

If Next page is selected on the last page, the Survey ends.

For example, in the screenshot, if the user has given an NPS score below 7, we ask them a follow-up question. Otherwise, we send them a testimonial form link.

Conditions are evaluated in order. The first matching condition wins. If no condition matches, Featurebase uses the default Else go to action.

Repeat this for all follow-up pages.

Common condition examples

Use conditional logic when the next question depends on the current answer. Some common setups include:

  • Featurebase Idea Poll + Open Question

    • After polling between different feature ideas from your board, follow up with an open-ended question asking why they chose a specific feature. This helps you better understand your users’ motivations.

  • NPS → Testimonial / Open Question

    • After measuring NPS, if the user scored high, you can trigger a link survey with a testimonial form. If they scored low, you can ask them for additional feedback through an open-ended survey.

  • CSAT Survey → Open Question → Interview Request

    • After measuring user satisfaction, you can request more detailed feedback if the satisfaction score is low and, if needed, invite the user to discuss their experience more deeply in a Zoom interview with a link survey.

Plus, you can combine all of these with precise targeting and show them to exactly who you want to.


FAQs