Randomize two sets of answer choices - by: tpartner
Here is a JavaScript solution to randomly invert all except the last answer within a single question. Set up your survey to use JavaScript and place the following script in the source of the question:...
View ArticleRandomize answers except a few at bottom - by: tpartner
Assuming you are using the latest LimeSurvey version, this will fix a number of sub-questions to the bottom for both multi-choice and array type questions. <script type="text/javascript"...
View ArticleThumbs up/down questions - by: tpartner
In version 2.67.x, you can convert a list-radio question to thumbs up/down via CSS as follows: 1) Give the question a class "thumbs-question" 2) Add something like this to the end of template.css...
View ArticleLoad unfinished survey - by: tpartner
These credentials should be what was entered in the "Resume later" screen.
View ArticleHow do I clear tmp folders? - by: Joffm
Hi, keep the folders. Some time ago there was reported a bug in a new version which did not install the asse -folder and gave - of course - an error message. Probably you did not read this....
View ArticleSplit questions but not in groups - by: HeikoTietze
That might work, yes. Would be easier with switching from "Group by group" to "Question by question".
View Articlehow to change 'AVailable surveys message' in the front page? - by: holch
And of course the survey needs to be "active".
View ArticleHow do I clear tmp folders? - by: tpartner
Also, ensure that you keep index.html in the assets folder.
View ArticleRandomize answers except a few at bottom - by: tpartner
This should work for list-radio questions as well: <script type="text/javascript" charset="utf-8"> $(document).ready(function() { Â // Identify this question var qID = {QID}; var thisQuestion =...
View ArticleThumbs up/down questions - by: HeikoTietze
Awesome! Final thing: How can I forward (auto next) on click? Always clicking one of the thumbs and the Next button is tedious. Next should remain in case of no clear opinion, alternatively I could add...
View ArticleArray with different answer types - by: caitifty
Is it possible to have different variable types in the same array? My use case is wanting to ask respondents to give either the year an event happened or their age at the time. I can create a text...
View ArticleResponsive Image - by: wizard2none
How do you get images to be responsive in questions (i.e. resize based on screen size)? Let me start by confessing I'm new to LS & CSS/HTML. I'm running LS on LimeSurvey.org using the Default...
View ArticleWhich universities are using LimeSurvey? - by: caitifty
University of California, San Diego
View Articlehow to change 'AVailable surveys message' in the front page? - by: MadhuraBL
Hi Joffm and holch, Thanks to you both for the answers. I enabled "List survey publicly:" for the survey list, and edited translation files using PoEdit for customizing the message. I truly appreciate...
View ArticleArray with different answer types - by: tpartner
It sounds like you want two dropdowns within a single array cell. I suppose you could use JavaScript to insert the dropdowns but, given that there would only be one column in the data, I don't see how...
View ArticleHow do I clear tmp folders? - by: tpartner
Hmm...maybe a link/button in the admin configuration screen to clear them would be worthwhile.
View ArticleResponsive Image - by: wizard2none
Hi Gang, I finally noticed the issue. The img { max-width: 100% !important; ...} that is already there is encapsulated within a @media print {...}. So image is only being resized for printing. Hadn't...
View ArticleMultiple answers w/comments adding up to previous answer - by: tpartner
Use a Multiple Numerical Input type question and place the question code of the first question in the "Equals sum value" field (without curly braces). Sample survey attached: File Attachment:File Name:...
View ArticleList (ratio) with prefix and sufix for numerical input? - by: nhotovas
It works!!! Thank you very much!!!
View Article