What is best way to format this so that data pulls cleanly? | XM Community
Question

What is best way to format this so that data pulls cleanly?

  • 19 February 2020
  • 1 reply
  • 2 views

I am creating a survey for personal contact information update for my database at work. One question is to select all that apply with four choices. From there, I want the next page to show questions based on what they chose. Each choice has a specific question, so the person could receive one, two, three, or four questions depending on how many options they choose. The questions are the same, just each choice has its own specific question. I tried branching with different blocks for every possible iteration, but the data comes out wonky. I want the data simplified and easy to read. I also tried grouping the separate questions based on their selection, but then each block is on a different page. I tried working with the variables, but since it is text entry fields, I am having a hard time combining the questions. I am at a loss and any help would be appreciated.

!

1 reply

Userlevel 7
Badge +22
You can try loop and merge for this question and have display logic based on current loop

Leave a Reply