I wanted to create a dropdown menu with the seasons.
Everything gets displayed and selected correctly on the preview.
When I export the data through a CSV file, the input was never put through and the cell is blank.
How can I ensure the selected data will be passed to be later exported?
!
Page 1 / 1
Change `qid.setChoiceValue(this.value,true)` to `Qualtrics.SurveyEngine.setEmbeddedData("ED1", this.value); ` . Refer this embedded data for this question answer in data, make sure you have ED1 declared in the survey flow before this question
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.