Matrix Question - Disable Forced Response on One Item | XM Community
Question

Matrix Question - Disable Forced Response on One Item

  • 30 July 2019
  • 2 replies
  • 124 views

Badge
I have a survey with forced responses on all items, but one question (in a four-item matrix table) needs to have forced response turned off. The text of the question says "skip this item if you are not a voter."

For now, I have set the entire four-item matrix question to "Request Response" so respondents *can* skip that single item.

I'd prefer to set it up so three questions have Forced Response and I use custom code to override that setting on the single item.

Any idea if this can be done with JS or other custom code?

2 replies

Userlevel 7
Badge +11
You should be able to do something pretty close with the standard functionality. Under custom validation, choose your count for your vertical choices with greater than or equal to 3:

!

Example question:
!

It's not exactly what you're wanting (forcing everything but the skippable choice) but it's pretty close.
Userlevel 7
Badge +11
Okay, wait. I have a different solution using that same logic. Forgive me for being scattered. You can do it like this:

!

Leave a Reply