- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$response = $lsJSONRPCClient->export_responses($sessionKey, $surveyID, 'csv', 'en', 'complete', 'I_need_BOTH_here');
Please Log in to join the conversation.
Please Log in to join the conversation.
['headstyle' => 'codetext']
Please Log in to join the conversation.
$response = $lsJSONRPCClient->export_responses($sessionKey, $surveyID, 'csv', 'en', 'complete', 'codetext', 'long');
Please Log in to join the conversation.
Please Log in to join the conversation.
['codetextseparator' => '. ']
Please Log in to join the conversation.
Sorry,Thank you! I tried
in $aAdditionalOptions. Unfortunately, this does not have any effect.Code:['codetextseparator' => '. ']
Could this additional option be called something else (other than 'codetextseparator')?
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.