- Posts: 1
- Thank you received: 0
Programmatically answer to a survey
1 year 9 months ago #182234
by djflanger
Programmatically answer to a survey was created by djflanger
Hi there, I would like to programmatically get the questions of a given survey and then provide the answers to that questions using the APIs. I need to do it to let users see the questions and give their answers through a bot.
Is it possibile? If yes, what are the calls I have to make to do so?
Thank you
Is it possibile? If yes, what are the calls I have to make to do so?
Thank you
The topic has been locked.
Less
More
- Posts: 9792
- Thank you received: 3127
1 year 9 months ago #182235
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
Replied by tpartner on topic Programmatically answer to a survey
Please refer to the manual - manual.limesurvey.org/RemoteControl_2_API
List all questions in a survey - api.limesurvey.org/classes/remotecontrol...ethod_list_questions
Get the properties of an individual question - api.limesurvey.org/classes/remotecontrol..._question_properties
Add a response - api.limesurvey.org/classes/remotecontrol...#method_add_response
List all questions in a survey - api.limesurvey.org/classes/remotecontrol...ethod_list_questions
Get the properties of an individual question - api.limesurvey.org/classes/remotecontrol..._question_properties
Add a response - api.limesurvey.org/classes/remotecontrol...#method_add_response
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
The following user(s) said Thank You: djflanger
The topic has been locked.