Response summary- End of survey | XM Community
Skip to main content
Question

Response summary- End of survey

  • July 28, 2024
  • 5 replies
  • 77 views

Aggarwal
Level 4 ●●●●
Forum|alt.badge.img+15

I have response summary at end of survey and it have download pdf by default. But when donloaded pdf comes in multiple pages which cause questions breakdown between pages. How can i make sure downloaded report is a single page pdf.

5 replies

chackbusch
QPN Level 5 ●●●●●
Forum|alt.badge.img+22
  • QPN Level 5 ●●●●●
  • 415 replies
  • July 28, 2024

@Aggarwal This post describes how to avoid page breaks:

https://www.qualtrics.com/community/discussion/13599/eos-response-summary-pdf-formatting

Maybe try if this helps you.


Aggarwal
Level 4 ●●●●
Forum|alt.badge.img+15
  • Author
  • Level 4 ●●●●
  • 134 replies
  • July 28, 2024

This does not works, do someone have a solution?


chackbusch
QPN Level 5 ●●●●●
Forum|alt.badge.img+22
  • QPN Level 5 ●●●●●
  • 415 replies
  • August 29, 2024

@Aggarwal Did you find a solution for this btw? Adding the code below to the first question of your survey should avoid that questions are splitted between multiple pages. 

Qualtrics.SurveyEngine.addOnReady(function()
{
/*Place your JavaScript here to run when the page is fully displayed*/
window.experimental.PDFPageBreaks = true;
});

If you mean to show all the questions in a one pager this will not work. The PDF summary just makes a screenshot of all the questions shown in the response summary. There is no way to decrease their size. 

Best
Christian


Aggarwal
Level 4 ●●●●
Forum|alt.badge.img+15
  • Author
  • Level 4 ●●●●
  • 134 replies
  • August 29, 2024

No this doesnt work at all.


chackbusch
QPN Level 5 ●●●●●
Forum|alt.badge.img+22
  • QPN Level 5 ●●●●●
  • 415 replies
  • August 29, 2024

@Aggarwal Can you maybe provide a screenshot of the behavior you want to avoid?