How to customize a side by side question | XM Community
Skip to main content
Question

How to customize a side by side question

  • August 23, 2023
  • 1 reply
  • 80 views

Forum|alt.badge.img

I am looking to create a table question that has a text box option or a “do not know” check box for multiple topics. I keep running into the issue that both can be answered and the “do not know” option cannot be unchecked once selected.

 

I would like for the table to look something like this:

 

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • August 23, 2023

Making the ‘do not know’ column a multi-select will solve the unchecking issue.

To solve the other issue ideally you would write JavaScript to clear a text box when the ‘do not know’ checkbox is checked, and uncheck a ‘do not know’ checkbox when text is entered. Alternatively, you could use custom validation, but it isn’t as respondent friendly.