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

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.

@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.


This does not works, do someone have a solution?


@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


No this doesnt work at all.


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


Leave a Reply