Is there a way for Java Script results to be shown in the results report? | XM Community
Skip to main content
In my survey I have embedded a Java Script code which produces 10 sets of data each consisting of 3 variables, which I would to display independently in my results report. I was wondering if this was possible?
Hello @Joelene ,

You can set the JS variables value in the embedded data using the below code

` Qualtrics.SurveyEngine.setEmbeddedData('EmbeddedVariable',EmbeddedData);`

Show these embedded data in the result report

Leave a Reply