How to skip questions or parts of your form
Learn how you can skip certain questions or whole parts of your form, based on the given answers of your respondent.
When to use
Branch logic is ideal to show certain follow-up questions only to respondents that answered the previous questions in a certain way (more information). That way you make sure you only ask the right questions, which leads to higher completion rates.
In some cases though, it's easier to just skip certain questions (or whole parts) of your form when a certain respondent does not need to answer those questions/parts. For such cases you can jump to a certain upcoming point in your form, bypassing the questions/parts that are in between.
📌 Also see: More logic possibilities
The logic described in this article is just one example of what Tripetto can do to make your forms smart. Have a look at this article to see all logic capabilities:
How to use
In Tripetto you can use branch logic to let respondents follow a certain flow in your form, based on their given answers. For this example we're going to add the branch conditions that the respondent needs to match to skip the questions/part of your form.
There are a few things to keep in mind to be able to jump inside your form:
- You can only jump to sections that have a name. To give a section a name, you can click the section's header and provide a name. This name will only be used in the form builder; not in your actual form;
- You can only jump to upcoming sections; not to sections in the past;
- You can only jump to sections that can be reached in the form structure. It's for example not possible to jump to a section that's inside another branch that relies on branch conditions that aren't fulfilled to access that branch.
Prepare form structure
To demonstrate how to make jumps in your form, we have already added a yes/no block. Now we want to bypass a certain part of the form when No
is selected in that yes/no question.
Create branch
The easiest way to create a branch is by clicking the button in a question block. In that menu the possible branch filters will be shown and you can select one of them right away. For our example we click the
No
option and a new branch will be created automatically with the No
option as the branch condition. Respondents that select No
will now follow that route.
Set branch end to jump
By default this branch will simply continue with the form, but now we want those respondents to jump over a part of the form and continue with another section later in the form. In Tripetto you can do that quite easily by clicking the end bubble of the branch. Then select Jump to a specific point
. This will open a menu with the sections in your form that you can jump to. From that menu select the section that you want to jump to, in our case the branch with name Part 2 - Movies
.
And that's it! Respondents that select No
will now jump over the Sports
part of our example form and will continue with the Movies
part that we jumped to.