The following Google Apps Script is designed to connect to the Qualtrics API for getting the details of a Survey with a given ID, such as its name and the questions.
Qualtrics API Survey details |
The Code
Most of the complexity with this simply comes in getting the correct syntax for connecting to the Qualtrics API. This Get Survey Qualtrics webpage provides a little bit more technical detail for what exactly is sent/received.
You will need to complete the 3 pieces of information at the top of the Apps Script code for your own setup:
- API Token from the Qualtrics website,
- ID of the Survey you want the details of,
- Your Data Center ID.
Download
Get Qualtrics Survey details download (please use 'Overview' > 'Make a copy' for your own version).
No comments:
Post a Comment