- Posts: 18
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Then you probably are using a fairly old version of Limesurvey.I tried the equation question, based on a thread I read in the forum, but it didn't show up in the quotas.
if('{Question07_SQ002}' == 'Y') { $('#question{QID} input:radio:eq(0)').trigger('click'); } else { $('#question{QID} input:radio:eq(1)').trigger('click'); }
You would need to add a listener on the checkboxes, something like this post - forums.limesurvey.org/forum/can-i-do-thi...der-of-a-list#203704I noticed that it doesn't work in 'all in one' view