Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Tips
Sawtooth Software Home
Most popular tags
cbc
lighthouse-9
acbc
ssi-web
ssi-web-8
maxdiff
cbc-hb
javascript
grid-question
constructed-list
unverified-perl
ssi-web-7
free-format
skip-logic
alternative-specific-design
willingness-to-pay
select-question
choice-simulator
cbc-latent-class
quota-control
acbc-hb
mbc
conditional-pricing
smrt
pass-in-fields
Have an idea?
Visit
Sawtooth Software Feedback
to share your ideas on how we can improve our products.
How to show a certain question only if the previous question was answered with yes
Hello,
I want to blend in a question depended on the previous question, following this logic: if question 8 was answered with yes, then show question 9, otherwise skip to question 10.
Thank you very much for your help!!
numeric-question
asked
Jan 14, 2020
by
Anna
Are you imagining these questions being on the same page, or will the respondent be clicking the next button to continue through these questions?
It would be perfect if they were on the same page... If this is not possible or significantly more difficult it would also be okay to have the respondent be clicking the next button
Thank you!
Your comment on this question:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
Your solution to the original question
Please only use this to answer the original question. Otherwise please use comments.
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
+1
vote
If the questions are on separate pages, you can just add skips to question 8 with skip logic like:
Q8 = 1
Questions on the same page aren't as simple, but still possible. You will want to start by downloading "Branching" from the Community Question Library and importing it into your personal question library in Lighthouse Studio:
https://sawtoothsoftware.com/community-question-library/1731-branching
Then you can add an instance of the "Branching" question to the same page as your other questions and follow the steps in the above link to achieve the behavior you are after.
answered
Jan 14, 2020
by
Zachary
Platinum
(
205,575
points)
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
...