Is there a way to NOT skip question numbers if you use conditions?
Question 1. Are you a boy or girl?
Question 2. Do you like blue? <- Condition: if 1 == Boy.
Question [strike]3[/strike] 2. Do you like pink? <-- Condition: if 1 == Girl.
Choosing girl in question 1 shows numbers 1 and 3 to the user. So they will think question 2 was skipped. I want it to show the number 2 regardless of the question asked.
Thanks. I tried that but did not want the number to appear in the graphs (I use additional software for graphing). I decided to create two different surveys.
Another solution can be
1. Put your desired number inside question title, and use only A,B,C for other character
2. Replace this line :
github.com/LimeSurvey/LimeSurvey/blob/7a...ext_content.twig#L42
3. By {{ str_replace(["Q","A", "B","C"],["","", "",""],aQuestion.code) }}
4. Set your survey to show your code.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.