Embedding data from selected choices | XM Community
Skip to main content
I have multiple choice questions in my survey. I want to embed data that is one choice away from the selected answer in a particular question. How can I achieve this task?
You can use a JS addOnPageSubmit function to find the selected answer then find the next and/or previous adjacent answer and save it as an embedded variable.
> @TomG said:

> You can use a JS addOnPageSubmit function to find the selected answer then find the next and/or previous adjacent answer and save it as an embedded variable.

Is this JS function in Qualtrics API or is it a self-defined function?

Leave a Reply