PDF exports for ALL responses | XM Community
Solved

PDF exports for ALL responses

  • 11 November 2017
  • 40 replies
  • 3356 views


Show first post

40 replies

Hi

I'm looking for an answer to a variation of Sandy's original question

I would like to have a PDF of individual responses but to be able to remove certain questions / answers from appearing

I've found how I can obtain the complete individual report and how I can nominate individual questions / answers in the collated PDF report, but I want certain information as a PDF for the aspects of one person's responses and not a collated report of all responses

At the moment I have to download as .csv, create a mail merge document in Word (selecting the individual questions / answers required, merge the data, "save as" in Word, "save as" in PDF, split the PDF into separate documents, change the file name on each separated file to reflect the name of the person to receive the responses that are about them. The rest of questions / answers that are about our service go off to someone else to analyse, hence why not all questions / answers in the survey are to be seen by individuals

Any ideas how a nominate set of question / answer of one person's responses can be PDF'd?
If you go to 'Data & Analysis' you can create a PDF of each respondents completed survey by clicking the drop down arrow on 'Actions' (far right of the columns titled Recorded Data), and then exporting to PDF. It'll create the full PDF of the responses, which is exactly what I needed.> @SandyH said:
> Hi everyone,
> Was this issue resolved?
> I am moving over from Survey Monkey where I downloaded each/all responses as a PDF showing me the actual completed survey by each respondent.
> I am collecting student preferences, not researching data, so a CSV export is tedious.
>
> I've found the only work-around is going to the reports tab, viewing each response by clicking on the clipboard and then copy and paste to a word doc to save or print.......
>
> Tedious but at least its do-able but a quicker 'Export all responses in pdf' feature would be great
>
> I'd appreciate any tips
> Thanks

Sandy: If you go to 'Data & Analysis' you can create a PDF of each respondents completed survey by clicking the drop down arrow on 'Actions' (far right of the columns titled Recorded Data), and then exporting to PDF. It'll create the full PDF of the responses, which is exactly what I needed.
> @SandyH said:
> Hi everyone,
> Was this issue resolved?
> I am moving over from Survey Monkey where I downloaded each/all responses as a PDF showing me the actual completed survey by each respondent.
> I am collecting student preferences, not researching data, so a CSV export is tedious.
>
> I've found the only work-around is going to the reports tab, viewing each response by clicking on the clipboard and then copy and paste to a word doc to save or print.......
>
> Tedious but at least its do-able but a quicker 'Export all responses in pdf' feature would be great
>
> I'd appreciate any tips
> Thanks

I would also like an update to Sandy's inquiry! At the moment I'm in qualtrics and cannot find a way to download PDF of a completed survey for each individual. Aggregated data, and excel spreadsheet is no good for the surveys I've created, which are actually 'applications'...
Hi everyone,
Was this issue resolved?
I am moving over from Survey Monkey where I downloaded each/all responses as a PDF showing me the actual completed survey by each respondent.
I am collecting student preferences, not researching data, so a CSV export is tedious.

I've found the only work-around is going to the reports tab, viewing each response by clicking on the clipboard and then copy and paste to a word doc to save or print.......

Tedious but at least its do-able but a quicker 'Export all responses in pdf' feature would be great

I'd appreciate any tips
Thanks
> @Clint said:
> 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.

I was able to create individual links to the PDF using the link format mentioned. However it requires login into Qualtrics when opening the link in a browser, so it might need an active session and cookies?

I have tried using Requests package to post my credentials, but the response I got is still an HTML page instead of PDF. Does anyone have any experience with this? Thanks!
Userlevel 6
Badge +5
I don't think this would work retroactively, but for future projects you could set up an email trigger that emails you a PDF report each time a survey is completed
Did anyone resolve this yet? It seems like a simple function--especially since other (less powerful) software solutions offer this functionality (SurveyMonkey, for example).
Userlevel 7
Badge +7
> @Goldie said:
> > @Clint said:
> > 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.
>
> Thanks for walking me through that process Clint...bonus points to anyone who can help set this one up :)
>
>

Hadn't even considered this. Hmm. I may take a crack at this when I have some time!
Userlevel 4
Badge
> @Clint said:
> 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.

Thanks for walking me through that process Clint...bonus points to anyone who can help set this one up 🙂
Userlevel 4
Badge +5
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.
Userlevel 7
Badge +7
> @MichelleC said:
> @Goldie, I'm not an API expert, but it _looks_ like maybe using an API call would work. I found this information here: https://api.qualtrics.com/docs/response-exports.
>
> Maybe @AnthonyR , who seems to be our local coding expert, could weigh in.

Unfortunately, the response-exports call in the api is for exporting the csv data, not for exporting individual pdf's of responses. AS far as I am aware, there isn't a way to programatically export each individual response.
Userlevel 5
Badge +10
@Goldie, I'm not an API expert, but it _looks_ like maybe using an API call would work. I found this information here: https://api.qualtrics.com/docs/response-exports.

Maybe @AnthonyR , who seems to be our local coding expert, could weigh in.
Userlevel 4
Badge
> @MichelleC said:
> @Goldie Have you tried creating an export of your data from the Reports tab? Using the Reports tab also allows you customize which of your data you want to show and how you show it (graph versus table, etc).
>

I'm actually just looking for PDFs for each individual, not an export of the aggregate report.
Userlevel 5
Badge +10
@Goldie Have you tried creating an export of your data from the Reports tab? Using the Reports tab also allows you customize which of your data you want to show and how you show it (graph versus table, etc).
!
Userlevel 5
Badge +7
I would love to hear your solutions for this! I get asked this question frequently.

Leave a Reply