Array with dropdown lists in multiple columns (suggested solutions didn't...
See here on how to use JavaScript in your survey .
View ArticleFilter Select Dropdowns as I type - by: tpartner
I'm not aware of any way to effectively do that. Here are some solutions using auto-complete on text inputs - manual.limesurvey.org/Workarounds:_Manip...wers_for_text_inputs
View ArticleMultiple choice question answers as answer options in array - by: tpartner
Have a look at Denis' "hideEmptyColumn" plugin - www.limesurvey.org/index.php?option=com_...ptyColumn&Itemid=729
View ArticleRandomly show 4 subquestions out of 8 in an array question - by: NKN
No worries, I have found the way to do this. manual.limesurvey.org/Workarounds:_Surve...aviour#Randomization Thank you
View ArticleArray with dropdown lists in multiple columns (suggested solutions didn't...
Thank you! So none of the solutions I suggested haha Thank you very much for your help! Hoping I won't have to come back to this topic too often (except to give the final solution that worked for me...
View ArticleMultiple choice table - Discrete choice Models - by: tpartner
You will need to insert the HTML table into the question text and then use JavaScript to move the radio buttons into the inserted table. What version of LimeSurvey are you using?
View ArticleCreate token on the fly - by: gabrieljenik
Hi. I have a plugin which can help. Please contact me at This email address is being protected from spambots. You need JavaScript enabled to view it. Thanks
View ArticleSchool Survey Question - by: alkhshbi
Hi holch Do you still have the javascript file. can you please upload the javascript file again. Thank You, Arafat
View ArticleFiltering multiple question answers into a single array - by: vzyldd
Hi I have the following problem. Three questions, all multiple choice (Q9, Q10, Q11), same subquestions and codes and an array (Q12). I need to filter the first choice the respondent make in Q9 to the...
View ArticleMultiple choice question answers as answer options in array - by: vzyldd
Thx Tony, I'll have a look .
View ArticleTrack browser width with Limesurvey? - by: tammo
I played around with this. Please see the attached .lss file, containing a question with this code. It is truely a good solution! Thanks!
View Articlethis type of question - how should I approach it in LimeSurvey? - by: jelo
tpartner wrote: That's why I suggested Array (Numbers) with checkbox layout.But why is the question type "array by column" even existing if a simple validation is not included. Pretty useless when...
View ArticleMultiple choice table - Discrete choice Models - by: tpartner
See here for info on how to use JavaScript - manual.limesurvey.org/Workarounds:_Manip....29_in_LimeSurvey.3F
View Articleimport participant from external email and other datas - by: tpartner
See here for info on how to pre-fill survey elements - manual.limesurvey.org/Workarounds:_Surve...ling_survey_elements Alternatively, you can use the RemoteControl 2 API to create tokens. Related post...
View ArticleCreate token on the fly - by: badronald
I cannot seem to figure out how to use the remote control feature . But I appreciate the feedback, thank you!
View Articlepublic survey order - by: marcomarenco
Hi Tony, thanks, i'm working on it, i'll give you a feedback soon bye, Marco
View ArticleCharacter Limit for 'Other' Option - by: tpartner
Try this: <script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#question{QID} input[type="text"]').attr('maxlength', '150'); }); </script>
View ArticleCreate token on the fly - by: badronald
It is ok. It is just me. I do not have the time right now to figure out how to use the remote control system. I enabled it in limesuvey. But from there I am lost. I am not familiar with APIs.
View ArticleMultiple choice table - Discrete choice Models - by: tpartner
...one more tip - set the array "(Sub-)question width" to 16.67. This will give you 6 even-width columns.
View Article