Many thanks for your help and time.
MengyaSolved
I am creating a new question format and I dont know how to record the question response in qualtrics
Hi guys, I am creating a new question format in qualtrics but I don't know the function which can be used to record the question response in qualtrics!
Many thanks for your help and time.
Mengya
Many thanks for your help and time.
MengyaBest answer by mattyb513
`setEmbeddedData` will likely work. It will save it as a variable which shows up as a column in your data. It's kind of a catch-all solution, and is used like this:
```javascript
Qualtrics.SurveyEngine.setEmbeddedData('myVarName','myValue');
```
If you need it to actually be saved as a question response (usually for reporting reasons), you'll need to add a hidden question to the page and transfer the value. Depending on the question type, `setChoiceValue` would work for that.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
