Styling the end of survey (response summary) generated printout/PDF | XM Community
Skip to main content
Solved

Styling the end of survey (response summary) generated printout/PDF

  • July 3, 2019
  • 8 replies
  • 411 views

Hi all, I have been looking around for a good solution to this for a while now. The pages in the response summary pdf break at awkward points, sometimes cutting my text in half. I have tried adding a print media query to my css styles in the form to no avail. Am I missing something? Any ideas on how to edit this specific portion of the survey will be appreciated Thanks!

Best answer by JenCX

I don't believe this is currently possible. I've seen this request quite a few times and suggest you both put in a Feature Request through support so it can get bumped up on the Product team's radar.

8 replies

Forum|alt.badge.img
  • 1 reply
  • July 23, 2019
I have also been looking for a way to edit the summary pdf. Has anyone found a solution to this? Thank you!

JenCX
Level 5 ●●●●●
Forum|alt.badge.img+11
  • Level 5 ●●●●●
  • 683 replies
  • Answer
  • July 24, 2019
I don't believe this is currently possible. I've seen this request quite a few times and suggest you both put in a Feature Request through support so it can get bumped up on the Product team's radar.

kof
Level 1 ●
Forum|alt.badge.img+3
  • Level 1 ●
  • 20 replies
  • March 25, 2021

There is a solution using JavaScript here for getting at least decent pagination in the response summary (no other styling, though): https://www.qualtrics.com/community/discussion/comment/34141
I have not found a solution yet without JS, though...


Quin
Forum|alt.badge.img+3
  • 7 replies
  • April 1, 2024

I have been looking for this too. Is there a solution now 4 years later? It is cutting some even horizontally through a sentence so the top half of the letters appear on one page and the bottom half in the other. It is very awkward and unprofessional looking.  Is there any way to improve this? 

 


Quin
Forum|alt.badge.img+3
  • 7 replies
  • April 2, 2024

Qualtrics Support provided this code to be pasted in the JS window in the On Ready function of the first question of the survey: 
window.experimental.PDFPageBreaks = true


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

Does that worked?


Forum|alt.badge.img+3
  • Level 2 ●●
  • 29 replies
  • August 2, 2024

It works @Aggarwal . Thank you @Quin  for posting the option


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

I also designed some alternative solutions in the past that work with “pseudo” questions which I hide with CSS in the normal questionnaire and display in the response summary page with CSS as well. All other original questions are hided in the response summary with CSS again. I use the pseudo questions to display the answers in a different way (e.g. input instead of originally multi-select) as those look better in the response summary. I place those pseudo questions at the end of the survey and prepopulate their values using the default choice setting based on the original question. Might need to write some article about that when I find some time….