Solved
I wanted to record data from my custom Javascript code
Hello everyone,
I'm new to Qualtrics, I wanted to save the data in qualtrics from custom javascript code. can anyone tell me how to do that ?
Thanks,
Abhi
Best answer by Michael_Campbell_RedPepper
Yeah! Save it as an Embedded Data Field! It will show up in reporting and exports.
Here is some API code to get you started!
`Qualtrics.SurveyEngine.setEmbeddedData('FIELD', value);`
`Qualtrics.SurveyEngine.getEmbeddedData('FIELD');`
View originalLeave a Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.