How do you put sub code headings into a codeframe? - by: benmok
This is what I am trying to achieve..... RESTAURANT: Cleanliness of restaurant Design of restaurant Restaurant ambience PRODUCT: Price of food Portion of food Presentation of food I want to be able to...
View Articleinsert javascript code in a question with { and } in source - by: TMSWhite
Expression Manager processes anything between curly braces unless there is whitespace immediately after the opening curly brace and before the closing one. So, add that whitespace:
View ArticleRepeat question group multiple times - by: Mazi
That is a very useful blog post, thanks for creating and sharing it! Some comments on the approach: This is a very interesting, though time consuming work-flow. One could speed things up with some PHP...
View ArticleCalculating age at a certain date - by: Ben_V
More resource: 1) external 2) Doc (webcache google) (search for "Calculating date difference" at the end) 3) sample survey (if you can install it...)
View ArticleColaboration-Element - by: NilsUX
Hello LimeSurvey-Community, I have a question about the backend. Ich need a field where I can type in some survey related data, which is not shown to the participant, so it will be visible in the...
View ArticleRedirect to the first page again after finished do survey - by: cpiguy
I missed it when reading the docs. Much faster way to redirect and less cumbersome.
View Articlearray with stars - by: tpartner
Okay, here are the steps to implement the stars in an array-texts type question: 1) Upload the following files from the attached template to your template. Do not use the most current files from the...
View ArticleNumber of characters left while typing - by: nedakerimi
Hi, I was wondering if its possible to see how many characters you have left while you are typing in a text box. This would be similar to when people write text messages and they can see how many...
View ArticleUsing pictures in ranking question - by: nicktruch
It works !!!!! Thanks 1000 times, I love u LimeSurvey Team :-*
View ArticleColaboration-Element - by: tpartner
You could set the relevance for that group to something like "1 == 2" so the group will never be shown. Or, you could put it in the survey description and modify your template to not show that element.
View ArticleQuestion w/ Radio Subquestion w/ Multiple choice answers - by: cpiguy
Well I figured out I've gotta develop a question plugin with the capability to unhide subsequent questions based on the answer in the question plugin. c'est la vie
View ArticleHiding multiple choice with comments text box and more - by: benmok
Hi - How do you make it the text box only appear for those that the respondent select in the check box? Thanks, Ben
View ArticleHow do you put sub code headings into a codeframe? - by: tpartner
Slightly different for multiple-choice:<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ var qID = {QID}; var NPSreason = $('#question'+qID+''); // Insert some items...
View ArticleRadio button and comment box - by: fwlily
Hi, is there a way to place radio button and comment box in the same question. Ideally, I want to ask a question with possible questions of "Yes" or "No". Then below that, I want a line of text that...
View ArticleAdd user to participant table based on result of intake survey? - by: nford
Is it possible to collect contact information and add a respondent to the participant table only if they match certain conditions in an anonymous intake survey? Their participant record would then have...
View ArticleCalculating age at a certain date - by: ahchouch
thank you Ben. I actually used the script as in the attached example. For comparing dates and getting alerts, simple (if condition) were sufficiant. here's the group with the three date questions (dob,...
View ArticleFilter subquestions but not by array - by: gimletbiggles
I should have said. I'm using version 2.00.
View Articlecalculate an intervention duration - by: Ben_V
I'm not sure if you already know that you can use as well a very smart "timepicker" question... It's the end of the good news because I have no idea if it can be easier to handle your calculation with...
View ArticleHow do you put sub code headings into a codeframe? - by: benmok
Thanks Tony that work beautifully! While I have you here if you don't mind me asking 2 more questions. 1) Is there a way to only activate those comment fields for the selected multiple response codes?...
View Articlecalculate an intervention duration - by: Ben_V
I just need to add an alert if one of the four fiels is empty.Sounds like the 4 questions just have to be set 'mandatory' Remember that in the advanced settings of numerical input questions you can use...
View Article