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

In Matrix carousel multi choice setup need to do exclusive an option


Forum|alt.badge.img+4

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.

2 replies

rgupta15
Level 4 ●●●●
Forum|alt.badge.img+8
  • Level 4 ●●●●
  • 92 replies
  • August 15, 2023

Just use the following code and update accordingly!

 

var a=jQuery('input[type="checkbox"]').eq(0).is(':checked'); if(a==true){console.log('yes');

jQuery('input[type="checkbox"]').eq(1).prop('checked',false)
 


Forum|alt.badge.img+1
  • 1 reply
  • November 29, 2023

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