Forced Response with Custom Validation | XM Community
Question

Forced Response with Custom Validation

  • 23 February 2019
  • 1 reply
  • 37 views

I have a set of constant sum sliders that looks like follows:

!


My issue is that forced response is not working. Previously, I had "custom validation" set as "is not empty," and it was working. But if I do that now, the validation fails no matter if the responses are empty or not.

Does anyone possibly have any idea what I can do?

1 reply

Userlevel 7
Badge +27

Hi there, I think the validation is not working because the sliders are not actually empty, but are "15". I think the Constant Sum question will always have a value selected and is why the "Force Response" option is not available for Response Requirements.
To get around this, you can use the Slider question type and set the sliders to "Force Response".
You can also change the Custom Validation in the Constant Sum sliders so that it is based on something else. You might try making it so that both sliders are not equal to "15" or add a Timing question and make it so that the click count on the page must be at least 2.
Another option would be to use JavaScript to add a fake next button which will only advance the page if both tracks have been clicked on.

Leave a Reply