In an Android app i have implement LimeSurvey,in which list of different Survey are displayed from lime survey admin panel. I am able to display questions of a survey but not getting any structure to submit user answer's of survey to LimeSurvey database. Any one can please help me how can i submit answer and in what structure lime survey accept response of survey.
As document suggest to add response in format -
sSessionKey (string) - The session key
iSurveyID (integer) - The survey id
aResponseData (array) - array/structure containing your response data
so my query is what the structure for aResponseData (array) , so it properly store in lime survey database.
Edit:
How to add answer of sub-questions.I am able to submit answer of simple question but how to send answer of subquestion and in Survey question type-L(List of radio with comment)how to submit comment.
Thanks in advance.