How to use Loop and Merge for multiple responses? | XM Community
Solved

How to use Loop and Merge for multiple responses?

  • 21 March 2018
  • 1 reply
  • 33 views

Hi I'm trying to put open-ended answers into more than one response for my question, so for example let's say someone wrote "Samsung" and "Apple" then on the other question I want it to say How likely are you to recommend Apple and Samsung, each with their own rating bar from 1-10. Can anyone help with this?
icon

Best answer by TomG 21 March 2018, 13:23

View original

1 reply

Userlevel 7
Badge +27
You are probably better off forcing them to put their open end answers into separate text boxes either in a text form or multiple answer multiple choice with text entry. The second choice would be the cleanest because then you can just base your loop or display logic off the selected answers.

If you can't force them into separate text boxes it gets real ugly. You'll have to parse the open end either using JavaScript or a web service.

Leave a Reply