Solved
PDF exports for ALL responses
In the Data & Analysis tab, you can export a single response to a PDF. Is there a way to export all responses to PDF instead of going through each one individually and saving and/or printing?
Best answer by Clint
So, if you really wanted to automate this procedure, you'll have to get pretty technical. You'd probably need to create a script in Python where you would have the following:
1. Input Response ID's from the survey (easily obtained from a csv export)
2. The script would create the pdf URL for each Response ID which would be similar to - https://qualtrics.com/responses/legacy/responses/Response_ID/pdf?orientation=Portrait&pageSize=Letter&surveyId=Survey_ID - You would be able to get this URL by looking at a single response.
3. The script would then download each response PDF into a folder prior to moving onto the next Response ID.
Sounds like some fun for IT/Developer.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.