- Posts: 168
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
You will need to break it into several questions - you cannot select more than one radio in a single question.I see that it's a "multiple choice" and I need it to be "radio buttons" so that only 1 answer will be chosen.
I know that.I see that it's a "multiple choice" and I need it to be "radio buttons" so that only 1 answer will be chosen.
tpartner wrote:
You will need to break it into several questions - you cannot select more than one radio in a single question.I see that it's a "multiple choice" and I need it to be "radio buttons" so that only 1 answer will be chosen.
So sorry.Joffm wrote: To bw honest, You confued us.
You do not want one levelled question.
What you want to do is simple branching
Q09: Yes/No
Axxx: relevance: Q09==Y, answer options "A1","A2","A3","A4"
Q1: relevance: Axxx=="A3"
Q2: relevance: Axxx=="A3"
SA6: relevance: Q2_SA6=="Y"
Q3: relevance: Axxx=="A3"
Q4: relevance: Axxx=="A3"
...
Q10: relevance: Axxx="A1" or Axxx="A2"
...
Now your homework is to translate your "tree" into a one-dimensional routing.
Joffm
What do you mean by that?Joffm wrote: Now your homework is to translate your "tree" into a one-dimensional routing.
This is the best way, without a lot of coding later.(list radio type:L)
Q1:Where did it happen?
A1:• In my country (link country from "place of residence" question)
A2:• In another country
add a new question:
Q2:List of countries (list dropdown type:!)(relevance if user chose "A2")
answers will be the countries names
This is something quite different and not needed.Also, do I need "Assessment value"
Sorry, but this I do not answer againOr can I create 1 question (I must choose "multiple choice type:M"?) and then all of my tree with the "relevance" in the "quick add" button?
I read things that I think will help me fix the problem.Joffm wrote: By the way: Did you ever read it?
I guess I'm a "bit" problematic from that...Joffm wrote: And now we wait for your prototype; then you may ask more.
Didn't work.ymca wrote: Will try to add the numbers value from where they ended in the last question.