In Matrix carousel multi choice setup need to do exclusive an option | XM Community
Skip to main content

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!

 

 


Leave a Reply