In my survey there is a matrix multi choice carousel question. I want to do last option exclusive.
condition is that selected statements are coming from previous question.
In my survey there is a matrix multi choice carousel question. I want to do last option exclusive.
condition is that selected statements are coming from previous question.
Just use the following code and update accordingly!
var a=jQuery('inputttype="checkbox"]').eq(0).is(':checked'); if(a==true){console.log('yes');
jQuery('inputttype="checkbox"]').eq(1).prop('checked',false)
Hi Rgupta,
Thanks for this code. I tried implementing it but didn’t seem to work.
I’m trying to use it for the 4th column of a carousel question.
But are there any changes to make to make it work? What would they be?
I copy and pasted your code in the middle part of the initial JavaScript in Qualtrics and didn't work.
Thanks for your help!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.