- Posts: 66
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Hi,
as this queXML was designed for something quite different - the creation of a paper-pencil-questionnaire that can be scanned after completion - I do not recommend the use as a report.
With pdfReport you can create much more appealing reports.
And the image is displayed
Here a rough sample
Joffm
Please Log in to join the conversation.
Please Log in to join the conversation.
Did you tryHmm, when I do pdf report on 6.3.4 I do not get that. Instead I get the actual uridata
<img src="{questioonCode.NAOK}">
Please Log in to join the conversation.
pdfReport can use < img ="datauri" > directly
It was tested with gitlab.com/SondagesPro/ExportAndStats/generateGraphQuestion who create too datauri for image.
Please Log in to join the conversation.
Did you tryHmm, when I do pdf report on 6.3.4 I do not get that. Instead I get the actual uridata
Code:<img src="{questioonCode.NAOK}">
And did you talk of pdfReport ?
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Unsure : but maybe you need to add data:image/png;base64, ?
Please Log in to join the conversation.
<p>My pdf report</p> <table border="1" collapse="collapse" width="70%"> <tbody> <tr> <th colspan="2">You selected</th> </tr> <tr> <td style="width:80%">Subquestion 1</td> <td style="width:20%">{if(Q1_SQ001=="Y","Yes","No")}</td> </tr> <tr> <td style="width:80%">Subquestion 2</td> <td style="width:20%">{if(Q1_SQ002=="Y","Yes","No")}</td> </tr> </tbody> </table> <br /><br />And here the image<br /><img src="{Q3}" />
Please Log in to join the conversation.