How bring selected choices to the next question with their embedded values for further evaluation? | XM Community
Skip to main content
Question

How bring selected choices to the next question with their embedded values for further evaluation?

  • October 30, 2019
  • 2 replies
  • 8 views

Forum|alt.badge.img
Select any one of the attributes given below: ``` A B C ``` These attributes has to be selected by the participants for further decision making. If A and B are selected, I need to show A and B along with their embedded data in a table format automatically. Imagine if A and B is selected out of the 3 attributes, I need to show it like the table below automatically for participants evaluation. ``` A 50 80 B 40 30 ``` Further if they select only C, C has to be displayed but not A and B. ``` C 90 100 ```

2 replies

Forum|alt.badge.img+19
  • Level 5 ●●●●●
  • 543 replies
  • October 30, 2019
Have you explored the Loop and Merge Function? Does it need to do something differnt than this? : https://www.qualtrics.com/support/survey-platform/survey-module/block-options/loop-and-merge/

Forum|alt.badge.img
  • Author
  • 9 replies
  • October 31, 2019
Thanks Kate. Loop and Merge is one option to sort it out. However, it is not producing all the choices selected by the participants at once. I worked with html and javascript to get it done. So the participants can see the entire choice set at once based on the embedded data I provided initially. Please see the screen shot!!