- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
If using a custom template, you could add a data attribute for this to the question view in question.pstpl....it just means that adding the 2 hidden divs becomes part of defining the question, is fine, since all the question definition is in one place.
tpartner wrote:
If using a custom template, you could add a data attribute for this to the question view in question.pstpl....it just means that adding the 2 hidden divs becomes part of defining the question, is fine, since all the question definition is in one place.
Hmm...it seems to work for all question types for me (tested with array, long-text, list-radio, multi-choice, text-display).DenisChenu wrote: Try with {self.gseq} but it's only for single choice question
www.limesurvey.org/manual/Expression_Man...#Access_to_Variables
Better than !tpartner wrote: Hmm...it seems to work for all question types for me (tested with array, long-text, list-radio, multi-choice, text-display).