- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Why should that be the case? As far as I'm aware of queXS the integration with LimeSurvey is via accessing the database directly. Not loosely coupled via an API.conwa02976 wrote: I would think the API export_responses would match the queXS front end manual capability and give you everything back, the data responses AND the Optional fields that have been chosen.
"method": exportResponsesFunction,
It work only for single question type, not for multiple or specific (ranking for example).evently wrote: …
I recently had the same problem, so I wrote a helper for my php remote control package, not sure if it would help you with ruby but it's here: github.com/evently-nl/limeremote/blob/ma...emoteHelperTrait.php