- Posts: 112
- Thank you received: 6
Ask the community, share ideas, and connect with other LimeSurvey users!
1) If you place the two sliders on separate pages, you can use the value of Q1 as the "Slider maximum value:" for Q2.
2) Why not use the "Sub-question validation equation:"?
(regexMatch('/([A-Z]{1}\d{1,2})/',Q24_1)) {if((regexMatch('/([A-Z]{1}\d{1,2})/', Q24_1)),'','Please enter a valid grid reference.')}
(regexMatch('/([A-Z]{1}\d{1,2})/')) {if((regexMatch('/([A-Z]{1}\d{1,2})/')),'','Please enter a valid grid reference.')}
sum(Q1_1, Q1_2) > 2
this.relevanceStatus != 1 OR regexMatch('/^([A-Z]{1}\d{1,2})$/', this.NAOK)
unique(self.NAOK)
this.relevanceStatus != 1 OR regexMatch('/^([A-Z]{1}\d{1,2})$/', this.NAOK)
unique(self.NAOK) AND (this.relevanceStatus != 1 OR regexMatch('/^([A-Z]{1}\d{1,2})$/', this.NAOK))