Custom Requirement to show a numeric question along with mutually exclusive option | XM Community
Solved

Custom Requirement to show a numeric question along with mutually exclusive option

  • 23 July 2021
  • 2 replies
  • 23 views

Userlevel 2
Badge +2

I have a numeric question with 2 options + "Don't Know" option.
Respondent can either provide response in two numeric options or can select "Don't Know". Please refer snapshot for your better understanding of requirement and share your inputs on how to achieve it.
Q19.png

icon

Best answer by grahulp5 26 July 2021, 22:02

View original

2 replies

Userlevel 4
Badge +13

You will have to create 2 questions; one with the 2 text boxes and another a multi-punch.
Then add a code on keypress function (google it) if the checkbox is clicked then empty the text box and then onChange if the textbox.length>=1 then remove the check from checkbox.

Userlevel 2
Badge +2

Thanks grahulp5 :)

Leave a Reply