changing default number of lines in participant administration - by: ttenbergen
Hello, I would like to change the default number in the dropdown box in the participants listing. By default it is 25, I need it to be 500 to show them all. Same for the "Participant's attribute...
View ArticleMy university is decommissioning LimeSurvey in favor of Qualtrics - by: AlexR
Actually, would anyone like to comment on the argument that there are no "major feature differences" between LS and Qualtrics? (this could be a separate topic, I know). Any ideas on how I could...
View Articlemaximum number of email addresses - by: DenisChenu
Think yes: github.com/LimeSurvey/LimeSurvey/commit/...8369c61d1e7d2dd71ee6 But can not test : linux powa .... Denis
View Articlegetting Custom Token attributes into the response emails to admin. - by:...
I allways set "HTML editor in pop up" More easy for me.
View Articlerange selector - by: DenisChenu
Think you can use "step 1" BUT change the value seeing by user. Use an array of value like this: myprice=; Make a slider from 0 to 3 Update Tony script with something like this:...
View Articlemedical audit type survey - by: ricardo
How many participants do you have? The only solution that comes to my mind is that you create a copy of the survey for each participant. That way, they could only have access to their own data. If you...
View ArticleLink LimeSurvey to ERP database - by: wibni
I'm new to LimeSurvey. I'm looking for a tool which I can use to create an internal survey. The survey is meant as an evaluation of our customers. Users would be requested to fill out a short survey...
View ArticleHow to rank 'only' those items/answers that have been selected - by: trivender
Yup array filter will work fine for u..
View ArticleDisplaying results in order of popularity - by: martinkroeger
Still figuring out LimeSurvey, so bear with me I have a simple survey with just one multiple choice question. I'm asking users to select up to 10 items from some 47 possible options. This part of the...
View Articleconfirmation email for open non registered based surveys - by: alexgarciac
I have an open survey, for anybody to answer. I would like people to receive a confirmation email once the have submitted the survey. in the survey they provide me with their email address. how can I...
View ArticleEnd url that provide information about the token - by: DenisChenu
Hello, See: Automatically load URL when survey complete manual.limesurvey.org/wiki/Creating_a_ne...ation_.26_navigation No javascript : redirect in PHP, but user can change it after redirect. If you...
View ArticleCrypted Link for anonymous and undefined user list - by: holch
The most basic use of Limesurey is to give out just one open link. You just don't create a closed questionnaire. Then anyone can access the link and vote or give feedback. If you don't save the IP this...
View ArticleComments on more items in list - by: senior007
I have a array of subquestions where each can be answered by selecting one from 7 possibilities. I would like to be able to put additional text when a certain answers are chosen (3 of 7) - something...
View Articledisable a survey - by: DenisChenu
And to disable a survey (and loose all history), look at little red square. Denis
View ArticleCalculate age in an Equation type question, using Date of Birth - by: DWS
the example works fine... but if yo hide the question then you can't use the value on following questions
View ArticleData Entry after survey expires - by: crazydw99
Can someone tell me if this post was ever answered? I am curious to know myself, as I have a scenario where we want to cutoff the online access on a certain date but be able to enter data from mailed...
View ArticleMeasuring time in milliseconds - by: ahavlik
where it says: $ms = $browsedatafield[$i] % 1000; it worked if instead we did: $ms = ($browsedatafield[$i]*1000) % 1000; for version 1.91+
View ArticleChange headers in LS table of calculated questions - by: DenisChenu
Have this one in dev : bugs.limesurvey.org/view.php?id=5983 No possibility actually. Denis
View ArticlePrefilling question with answer-ID - by: DenisChenu
Yes, You're right. Think this page : manual.limesurvey.org/wiki/Expression_Ma...#Access_to_Variables must be updated with: Specific variabe ( {QID}, {SAVEDID}, {TEMPLATEURL} etc ...) Question code...
View Article