Entering Numbers & a dropdown for currency - by: StefanBasen
Thank you for your response, but sadly it doesnt work for me. Tried the Code and to remove the Slider ( wich i dont need ) but sadly it doesnt work its the right thing and i tried it On my Matrix (...
View ArticleCan I bulk create users in LimeSurvey? - by: Helenmd
Thank you everyone. Good shout re: the feature requests though. I'll go do that now.
View ArticleEntering Numbers & a dropdown for currency - by: tpartner
Well, it looks okay to me except you forgot to hide the text inputs in column 2 (see script below). Do you have any JS errors? <script type="text/javascript" charset="utf-8">...
View ArticleRadio button group per subquestion answers - by: teracomp
Since I have 30 questions, it would be quite repetitive to put the script in each question, so I put it in template.js as the first method in the document.ready group: Since I don't have access to the...
View ArticleConditions in End Message - by: davidbgeek
I understand. I just don't really understand how to go into the expression manager. I can't find any expression manager button or anything. How might I be able to access it? Thanks.
View ArticleChoosing an answer will automatically trigger the survey to go to the next...
Hi, Tony, I use LS in this case to enter paper-pencil questionnaires. Here everything is typed as numeric input, because this is much faster then using the mouse clicking radios or checkboxes. I was...
View ArticleComplicated skip / display function with arrays. - by: Joffm
Hi, nique, I would just sum it up in two equations, like SumH20: {sum(if(H20_SQ001=="NACode",1,0),if(H20_SQ001=="DKCode",1,0),,if(H20_SQ002=="DKCode",1,0),,if(H20_SQ002=="DKCode",1,0),...} SumH21:...
View ArticleArray multiple choice in subquestion - by: sjsls2016
Nevermind. I found a way to do this. Multiple scale array solves the answer.
View ArticleDate-time question / Minute step interval - by: Ben_V
I would like to ask for time using a date-time question (format: HH:MM) with only 00/15/30/45 options for minutes I put "15" in the "Minute step interval" setting but it's not working neither with 2.06...
View ArticleMinimum characters in Input - by: Joffm
Hi, Szipola, remove the "only numbers" from advanced settings. Your regular expression validates the "numbers only". And this works for me: (see screenshots) Best regards Joffm
View ArticleMultiple Choice Question Type - Moving the Other subquestion - by: Mazi
tpartner wrote: Did I hear someone call my name? Yes, I explicitly told the user to wait for our JS wizzard to answer this one
View ArticleConditions in End Message - by: tpartner
There are examples here - manual.limesurvey.org/Expression_Manager_Examples
View ArticleRadio button group per subquestion answers - by: teracomp
Once again, i greatly appreciate the advice and wise counsel. These posts are of great value to me as I get deeper into LimeSurvey and learn the specifics. In this case, I see the...
View ArticleMinimum characters in Input - by: tpartner
I see. Just the "danger text (red one)" not turns to green color. But I can step the next page.That sounds like a bug, please file a bug report. If I've five question and I'd like to one can write...
View ArticleMultiple Choice Question Type - Moving the Other subquestion - by: kwalker
Thanks everyone for your help! If you want to modify the original script from Dr. Minke, I think this should work: <script type='text/javascript'> $(document).ready(function() { var...
View ArticleEquation in multiple numercial inputs - by: tpartner
Here is a workaround for Van Westendorp Pricing Sliders - manual.limesurvey.org/Workarounds:_Manip...dorp_Pricing_Sliders The sliders are dynamically controlled so when a slider is manipulated, all of...
View ArticleChoosing an answer will automatically trigger the survey to go to the next...
It works if I clicked directly on the radio button but not if I click on the label. I am debugging now so the link above will no longer work
View ArticleSource gets deleted - by: holch
That is what I thought, but then he says he did exactly what was in my link here: manual.limesurvey.org/Workarounds:_Manip...tc..29_in_LimeSurvey It clearly states:Go to Global settings --> Security...
View ArticleArray question with answers in dropdown boxes - by: ramzus
The solution for the array question with text answers in a dropdown box i want to show the selected dropdown text in the next question but the Limesurvey replacement field properties shown only the...
View Article