- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Dear LimeSurvey support technicians,
1.) Is it possible to use any kind of server-side code (e.g. PHP)?
2.) Example scenario: We have a Survey "A" and a Survey "B" . "A" is done by single individuals and references the userId of "A" (its like an evaluation of the person who do "A"). Is it possible to start survey "B" based on some "already done" survey of "A"? Is it possible to "select" values from "A" and start "B"?
There is a plugin called "pdfReport" created by Denis ( github.com/SondagesPro/pdfReport ) which should do the trick.3.) It gets more detailed: If "A" is done, is it possible to render some .pdf file?
4.) Which Plugins are required to render .pdf files? Is it capable to render manipulate .svg graphics beforehand and render it into .pdf with a given structure?
5.) If "B" is done, is it possible to get all "B"s who reference the same user of "A" and use that data to render another report into a .pdf file?
6.) Is it possible to build functions that gets triggered after e.g. "B" is done 4 times?
7.) Is it possible to use server-side email functions? We want to send those pdf-reports to a certain email address.
The plugin : gitlab.com/SondagesPro/SurveyAccess/surveyChaining is done for something like this2.) Example scenario: We have a Survey "A" and a Survey "B" . "A" is done by single individuals and references the userId of "A" (its like an evaluation of the person who do "A"). Is it possible to start survey "B" based on some "already done" survey of "A"? Is it possible to "select" values from "A" and start "B"?
5.) If "B" is done, is it possible to get all "B"s who reference the same user of "A" and use that data to render another report into a .pdf file?