I've been using the remote_control API to create a survey using certain data that they select on an application I've made. This survey consists of an array (texts) question with 1 subquestion for each option the user selected on the application.
For each subquestion there are three text inputs. While I want the user to fill in one, I want the other fields to be filled in by automatically using the data the user selected. I can send the data to the survey as a custom attribute or in a hidden question or however, but how can I prefill the questions using this data?
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.
I'm not completely sure how to use this to solve my problem. Do i use this inside the source of my question?
My issue:
I've an application where user enter some lines of information and click send.
The application then creates the survey and creates an array text question with subquestions equal to the number of lines of information entered.
Two of the answers in each subquestions should be pre-filled with the information entered in my application.
I can send the data from the application to limesurvey with attributes or hidden questions etc but not sure how to prefill the answers automatically.
It's a solution … since you create the survey : you can prefill directly the value … (but with an equation : you force the value even after submit)
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.