Welcome to the LimeSurvey Community Forum

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

pdfReport plugins

  • robzio14
  • robzio14's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 2 days ago #266834 by robzio14
pdfReport plugins was created by robzio14
Please help us help you and fill where relevant:
LimeSurvey version: 5 [see right hand bottom of your LimeSurvey admin screen]
Own server or LimeSurvey Cloud: own
Survey theme/template:
==================
(Write here your question/remark)
I have version 5 of limesurvey. I installed pdfreport and limepdf but I don't see the option in the questions (use pdfreport). Active plugins. Where am I making a mistake?

Please Log in to join the conversation.

  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team & Official Partner
  • LimeSurvey Community Team & Official Partner
More
1 month 1 day ago #266841 by DenisChenu
Replied by DenisChenu on topic pdfReport plugins
It must be upload type question.
You installed AND activate it ?

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.

  • robzio14
  • robzio14's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 1 day ago #266852 by robzio14
Replied by robzio14 on topic pdfReport plugins
My mistake. It's already working. I receive a PDF file in the mail but it only contains this one answer. There are others missing that are not of the "upload file" type. Is it possible to print the entire survey? I have it set to "Participants can print answers: YES"

Please Log in to join the conversation.

  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team & Official Partner
  • LimeSurvey Community Team & Official Partner
More
1 month 1 day ago #266853 by DenisChenu
Replied by DenisChenu on topic pdfReport plugins
pdfReport do this : use the question text to generate the PDF.

You can use expression script to create your own report.

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.

  • robzio14
  • robzio14's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 1 day ago #266856 by robzio14
Replied by robzio14 on topic pdfReport plugins
Thank you for the information. Is there a manual for creating such scripts? I see that when I add variables in the {SURVEYNAME} question
{SITENAME} - the name of the survey and the name of the page appear in the PDF. How to add questions? Am I going in the right direction?

Please Log in to join the conversation.

  • robzio14
  • robzio14's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 1 day ago #266857 by robzio14
Replied by robzio14 on topic pdfReport plugins
Thank you for the information. Is there a manual for creating such scripts? I see that when I add variables in the {SURVEYNAME} question
{SITENAME} - the name of the survey and the name of the page appear in the PDF. How to add questions? Am I going in the right direction?

Please Log in to join the conversation.

  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team & Official Partner
  • LimeSurvey Community Team & Official Partner
More
1 month 1 day ago #266858 by DenisChenu
Replied by DenisChenu on topic pdfReport plugins

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.

  • robzio14
  • robzio14's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 1 day ago #266862 by robzio14
Replied by robzio14 on topic pdfReport plugins
Okay. It's a bit difficult to map the survey, ratio buttons, etc. with a large number of questions. Is there another solution? I also have the limeMpdf plug-in installed.

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 month 1 day ago #266866 by Joffm
Replied by Joffm on topic pdfReport plugins
Hi,
What is the difficulty to "map the radio buttons"?
You'd better provide a lss export and show what you want to achieve.
(just draw it)

Joffm 

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

  • robzio14
  • robzio14's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 weeks 1 day ago - 4 weeks 1 day ago #266903 by robzio14
Replied by robzio14 on topic pdfReport plugins
I think I can do it :D
I just have a question about getting variables from the ratio field.
Code:
<section>
<h1>{G01Q02.question}</h1>
</section>
 
<p>
{if(G01Q02=="AO01","<checkbox-checked>","<checkbox>")}{INSERTANS:961817X1X2}<br />
{if(G01Q02=="AO02","<checkbox-checked>","<checkbox>")}{INSERTANS:961817X1X2}<br />
{if(G01Q02=="AO03","<checkbox-checked>","<checkbox>")}{INSERTANS:961817X1X2}<br />
{if(G01Q02=="AO04","<checkbox-checked>","<checkbox>")}{INSERTANS:961817X1X2}
</p>

Is it possible to get the values ​​of response labels? and select only the one that was selected? at the moment they are duplicated because I don't know how to refer to the label.
Last edit: 4 weeks 1 day ago by robzio14.

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 weeks 1 day ago #266906 by Joffm
Replied by Joffm on topic pdfReport plugins
Hi,
don't use this outdated INSERTANS.
Use ExpressionScript
Here you see
[url] www.limesurvey.org/manual/ExpressionScri...#Access_to_variables [/url]
QCode.shown: the display value for the question

This is sufficient.

Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

  • robzio14
  • robzio14's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 weeks 1 day ago #266912 by robzio14
Replied by robzio14 on topic pdfReport plugins
OK, this works for single questions. But not for type "Multiple numeric value" how to display subquestion? Not the subquestion code, but the content of the subquestion?
 
 

Please Log in to join the conversation.

Moderators: holchtpartner

Lime-years ahead

Online-surveys for every purse and purpose