I’m currently working on a survey to evaluate an app called XPT, and I’ve encountered a challenge while implementing conditional logic in LimeSurvey. The survey asks respondents if they know of similar apps to XPT, and depending on their answer, they can provide a list of up to five similar apps. The tricky part comes in with the follow-up questions, where I want to ask which app they think is better—XPT or one of the apps they listed.The ScenarioThe key parts of the survey look like this:
Do you know of any apps similar to XPT?
Respondents answer Yes or No.
If they answer Yes, a Multiple Choice with Comments question follows, where they can list up to five similar apps.
If they list at least one app, there’s a follow-up question asking, Which app do you think is better: XPT or the apps you listed? The answer options should include the listed apps from the previous question.
Can you please assist? I have tried creating the survey but I am getting stuck in the last part.
I need the question to show the options only if comments were inserted.
Please see the file i created attached to this message
I wonder why you didn't answer the questions at the beginning. So we do not know if you are allowed to install plugins.
Then you may get this.
BTW: I changed the second question to "multiple short text" with condition to hide the next rows unless a row is filled.
And in my opinion there shouldn't be "none" in the second question; the respondent said that he knows similar apps.
As you see, P6 and P7 have to be on different pages.