I would like to run a shell script on the web server and use its output to fill the labels of a radio list. I'm thinking to use the beforeQuestionRender hook. Is there an example (php) for this? Thanks!
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.
Thanks so much for your help. I am able to run shell scripts now, through
$output = shell_exec($shFile);
But getting the lines from $output to the options of a list question is still a challenge. I'm trying toolsDomDocument. If you have samples please give me some pointers.