Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

No survey name in QueXML PDF

More
1 year 7 months ago #254589 by ralfkunze
Please help us help you and fill where relevant:
Your LimeSurvey version: 6.4.1
Own server or LimeSurvey hosting: own server
Survey theme/template: custom bootswatch
==================
Hi, 
I have a question to the QueXML PDF export. Somehow the survey name is not displayed (see attached PDF) and I am looking now some time already for a solution. Did I miss any setting where I can display it?
Cheers, Ralf

Please Log in to join the conversation.

More
1 year 7 months ago #254608 by holch
Replied by holch on topic No survey name in QueXML PDF
Einfachste und schnellste Lösung: Schreib den Umfragetitel in die Willkommensnachricht, die wird ja angezeigt.

Help us to help you!
  • Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
  • Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.

Please Log in to join the conversation.

More
1 year 7 months ago #254609 by holch
Replied by holch on topic No survey name in QueXML PDF
OK, my brain just switched to German, as the last thing I had seen before writing my answer was the questionnaire in German. Here in English again:
Easiest and quickest solution: write the survey title into the welcome message, which seems to be shown in the QueXML pdf.

Help us to help you!
  • Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
  • Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.

Please Log in to join the conversation.

More
1 year 7 months ago #254663 by DenisChenu

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.

Please Log in to join the conversation.

More
1 year 7 months ago #254671 by ralfkunze
@holch: Unfortunately not really doable, as we have on the opening page the Survey name followed by the welcome text. So it would be doubled... but thanks for the idea!

Please Log in to join the conversation.

More
1 year 7 months ago #254688 by tpartner
You may be able to hide it on screens via CSS.

- www.w3schools.com/cssref/css3_pr_mediaquery.php

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.

Please Log in to join the conversation.

More
1 year 7 months ago #254689 by DenisChenu
I think quexml don't care of any CSS

then <h1 class="hidden">Hiden title</h1>

Must work

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The following user(s) said Thank You: ralfkunze

Please Log in to join the conversation.

More
1 year 7 months ago #254693 by tpartner

I think quexml don't care of any CSS

then <h1 class="hidden">Hiden title</h1>

Must work
6.x. :)

Code:
<h1 class="d-none">Hiden title</h1>

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: DenisChenu, ralfkunze

Please Log in to join the conversation.

More
1 year 7 months ago #254696 by holch
Replied by holch on topic No survey name in QueXML PDF

@holch: Unfortunately not really doable, as we have on the opening page the Survey name followed by the welcome text.


OK, so that means that you are running the survey as an hybrid, offline and online, right? Would have been a good information form the get go.

Help us to help you!
  • Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
  • Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.

Please Log in to join the conversation.

More
1 year 7 months ago #254716 by DenisChenu

6.x. :)
 
I must learn BS5 … really better in A11Y (except in LimeSurvey)

 

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.

Please Log in to join the conversation.

More
1 year 7 months ago #254754 by ralfkunze
Thanks to all... it works!

@DenisChenu: I will still report the issue in the bugtracker.

@holch: No, its only online. Printing PDF is only for the participants who want to save their answers.

Cheers,
Ralf
The following user(s) said Thank You: DenisChenu

Please Log in to join the conversation.

More
1 year 7 months ago #254759 by holch
Replied by holch on topic No survey name in QueXML PDF

@holch: No, its only online. Printing PDF is only for the participants who want to save their answers.


Ok, I wasn't aware that if you activate "Participants may print answers:" the QueXML is also offered as a download option (in addition to the normal PDF - in which the title of the survey is shown). I never use this option.

If this is important, you might want to look into the PDFreport plugin, which might give you even more options to provide a nice looking report with the answers to the respondents.

Help us to help you!
  • Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
  • Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
The following user(s) said Thank You: ralfkunze

Please Log in to join the conversation.

More
1 year 7 months ago #254768 by DenisChenu

@DenisChenu: I will still report the issue in the bugtracker.
 
PS : the workaround on description must work i think

<div class="d-none">This part is printed but not shown</div>

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.

Please Log in to join the conversation.

More
1 year 7 months ago - 1 year 7 months ago #254792 by ralfkunze
@DenisChenu: Yes, the workaround works fine.

One last question: with
Code:
class="d-none"
I can hide text from welcome message and show in PDF. Is there also a class where I can show in welcome message and hide from PDF?
Thanks, 
Ralf
Last edit: 1 year 7 months ago by ralfkunze.

Please Log in to join the conversation.

More
1 year 7 months ago #254794 by DenisChenu
No, i don't think (except put it in title ;).

Good feature request : have a way to replace descriptionetc …

But need QueXML export out of core before … (move to core plugin)

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The following user(s) said Thank You: ralfkunze

Please Log in to join the conversation.

Moderators: holchtpartner

Lime-years ahead

Online-surveys for every purse and purpose