Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Can you export a question to a .csv file?

  • LimeAprentice
  • LimeAprentice's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 4 weeks ago #133917 by LimeAprentice
Replied by LimeAprentice on topic Can you export a question to a .csv file?
thanks man you have been a great help, I managed to create the question using the api my error was like you said I wasn't sending a based 64 encoded string, but now I created two questions the one that I imported and the one that I created inside the string with these parameters

$sNewQuestionTitle = 'Q66'; // New question code (optional)
$sNewqQuestion = 'This is new question text...';}

I know that it says that they are optional but how can I set those parameters as optional?
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 4 weeks ago #133918 by tpartner
Replied by tpartner on topic Can you export a question to a .csv file?
You should just be able to leave the optional variables empty:

Code:
$sNewQuestionTitle = ''; // New question code (optional)
$sNewqQuestion = ''; // New text (optional)

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose