Removing scale points based on a condition | XM Community
Skip to main content
Question

Removing scale points based on a condition

  • April 7, 2020
  • 2 replies
  • 11 views

Forum|alt.badge.img+6

I have a matrix table question that has 3 choice groups and a 10-point scale with an Unsure and a "Does not apply". How can I remove the Unsure option from the Experience and Understanding choice groups and 'Does not apply' from Program and Understanding choice groups?

Experience
A
B

Program
C

Understanding
D
E
F

2 replies

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • April 8, 2020

You can find the class of the respective button parent "td" and add css "visibility:collapse" using JS


Forum|alt.badge.img+6
  • Author
  • Level 2 ●●
  • April 8, 2020

How can I find the class? Do you have a sample code?