I am trying to create a Yes or No radio button question with a comment box (and a tip to state something like 'Please specify reason') that only appears when No is selected.
I can't seem to figure it out, could anyone help please?
There is no way that you can do this in one question.
But I would do it like this:
Question 1: Yes / No
Question 2: Questiontype long text, that is hidden via condition or relevance equation and shows only if in question 1 "No" was selected.
Let's assume the question code for the first question is "Q1" and "No" has the answer code "2", then the relevance equation for question 2 would be
Code:
Q1==2
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
Supported, because this feature would be nice to have.
But I actually don't see how this would work here?
If you suggest to use a normal "other" comment box, this could be done because you can rename the "other" text to something else, but I think the comment box would always show. What DOwen wants is to show the box only if "No" is clicked.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.