- Posts: 66
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
Thank you very much for your explanation! With this I managed to figure out my problem. This was three fold:Hi,
if you use SGQA syntax I do not see an issue.
I admit this is php (I have not the least knowledge of python), but I assume that your python code is correct.
Code:$surveyResponses = $myJSONRPCClient->export_responses( $sessionKey, $survey_id, 'json', // Document type : pdf,csv,xls,doc,json null, // Language code : null : default from survey 'complete', // Stautus complete|incomplete|all NULL, // Heading : code|full|abbreviated : question text, default code NULL, // answer : short|long , default : long 1, // From Response ID 30000, // To Response ID ['id', 'submitdate', 'lastpage', 'startlanguage', 'seed', 'startdate', 'datestamp', '758878X3477X42341', '758878X3477X42342SQ001', '758878X3477X42342SQ002', '758878X3477X42342SQ003', '758878X3478X42343', 'interviewtime', '758878X3477time', '758878X3478time'] );
Here the data of the last participant and everything displayed as table
Joffm
Please Log in to join the conversation.
"326961X223X1637x": { "fieldname": "326961X223X1637x", "type": "F", "sid": 326961, "gid": 223, "qid": 1637, "aid": "x", "sqid": 1807, "title": "SA02", "question": "<p>Was \u00fcberwiegt: Herausforderungen oder Chancen?</p>\r\n", "subquestion": "", "group_name": "[VI-SA02] Aktuelle Stimmung und Ausblick", "mandatory": "N", "encrypted": "N", "hasconditions": "N", "usedinconditions": "N", "questionSeq": 48, "groupSeq": 37, "preg": null, "SQrelevance": "1", "relevance": "1", "grelevance": "", "other": "N", "help": "" },
Please Log in to join the conversation.
Please Log in to join the conversation.