It's possible to upload results for a Survey? - by: SCHEP23
Hello, i didn' find informations about this: I will probably need to import/upload results in an existing survey, in order to compare different years. There is an API to do this? Thanks Laura
View ArticleArray filter between Scale 1 and Scale 2 in Dual Matrix - by: tpartner
No, that code only works for radio inputs. This will do the trick for array-dual-scale questions using drop-downs in version 3.4.x. (I have added the facility to hide or show the "N/A" option in the...
View ArticleIt's possible to upload results for a Survey? - by: holch
Analysis should be done outside of Limesurvey. The reporting in Limesurvey is not very sophisticated and rather to get a quick idea than to do analysis. I would highly recommend to search for a tool...
View ArticleAutomating Export of Limesurvey Responses - by: anap_evaluation
Hi Mazi, I would be interested too in a plugin for automated export of the responses. LS Version 2.73.1 (saas mode) Regards, Sake
View ArticleOne answer option for two / three answer codes - by: NielsFro
Dear Tony, I completely forgot to thank you for your effort and to let you (and everyone who's interested) know, that this worked out perfectly! Thanks a lot
View ArticleCreating a "Test Battery" with LimeSurvey - by: NielsFro
Thanks a lot for the answers! Is it possible to use the end url feature even if I don't have the same tokens in all three surveys? My options are a bit limited as the surveys are already created......
View ArticleCondition based on whether "Other" selected in previous multiple choice - by:...
I'm confused - you are talking about multiple-choices with checkboxes but your sample survey is a list-radio type question.
View Articlearray filter exclusion and Array filter - by: asaha
Hi, I am trying to apply array filter or Array filter exclusion from a radio question to Array question, but not having success. The answers are in s4, and I want to apply array filter in c6 and array...
View Articlearray filter exclusion and Array filter - by: Joffm
In c7a: Netflix: c5_14!=="Y"Equal: "==" Not equal: "!=" similarily when I trying to apply array filter exclusion in St1b OR St1ca (radio questions) from S4 ...Of course not. St1b is single punch. There...
View ArticleCreating a "Test Battery" with LimeSurvey - by: holch
Using the same token will make things a lot easier. So why not upload a new token table? You can do that even if the survey has been created already. I assume they are not running yet. If you use...
View Articlearray filter exclusion and Array filter - by: asaha
File Attachment:File Name: limesurvey_survey_8141451.lssFile Size: 250 KB HI Joff, Thanks for the support so far. I have managed to make C6 & C7 work, however still stuck with St1b I have created a...
View ArticleCopy_survey working properly in json/rpc? - by: jsibley
It has been 2 months, does "copy_survey" work for anyone using json? Thanks.
View ArticleCopy_survey working properly in json/rpc? - by: jsibley
Thank you, I think I am a step closer. I hadn't noticed that the survey ID needs to be an integer, not a string. If I'm not mistaken, some of the other api calls accept the survey ID as an integer or a...
View ArticleProblem with remotecontrol get_question_properties - by: jsibley
This works without a problem if I specify some fields in aQuestionSettings. Although it says that the default is null for aQuestionSettings, in which case all results are supposed to be returned, that...
View ArticleArray filter between Scale 1 and Scale 2 in Dual Matrix - by: saifshaikh
Thanks Tony for the help. In scale 1, can we have Option 4 selected by default. i could not find any option for having default option selected for array.
View Articlearray filter exclusion and Array filter - by: asaha
Hi Joff, Thanks for the LSS. I have managed to replicate, and make the questions work. Thanks a lot for your help, specially on a weekend! All the best
View ArticleCopy_survey working properly in json/rpc? - by: tpartner
More here - github.com/LimeSurvey/LimeSurvey/blob/ma...handle.php#L266-L308
View ArticleCan LimeSurvey help me in making a person focussed spreadsheet? - by: dosch
Hey all, I need to map the processes in my company on an individual basis and I thought that it would be easiest to send employees a survey to ask them about their work, processes and other stuff. With...
View ArticleCan LimeSurvey help me in making a person focussed spreadsheet? - by: Deusdeorum
The statistics view is just what is says it is, statistics Use the "Export results" feature instead and you will get your desired output.
View ArticleArray filter between Scale 1 and Scale 2 in Dual Matrix - by: tpartner
Something like this will give a default answer of "A4" in the scale-1 drop-downs: // Default answers in Scale 1 var defaultAnswer = 'A4'; $('select[id$="_0"]', thisQuestion).each(function(i) {...
View Article