Assessment advanced setup - by: Dmitry_f
Please help!!! * I am nor programmer, it's really hard to understand how does it works((((.
View ArticleWhat data format for "add_response" parameter (RPC) - by: mfaber
Will do. I just want to finish writing a script that can handle uploading multiple response files and avoids uploading data that already exist in the LS DB. It was 15 years ago that I last worked as a...
View ArticleSetting user permissions for a single survey - by: ResearchOnBlogs
Not yet in the UI. You can try in config-defaults this "usercontrolSameGroupPolicy" . Set it to false.
View ArticleCan I assign values to an array? - by: rodriguezm1
I have an array question called Q1. It has 3 subquestions: sq1, sq2, sq3. I also have another question, OTHERQ. I want to be able to assign values to Q1_sq1, Q2_sq2 and Q3_sq3 What I'd like to do is an...
View ArticleScrolling to mandatory question errors - by: psoo
Hi, When filling in the survey a respondent skips a mandatory question and advances to next group (or submits the survey) - Limesurvey outputs errors to non-filled questions (or popup, if configured...
View Articleskip email check if already exists - by: ocean
Hi, sometimes there are more people with the same email-adres how can I manage that when using registration is required or when sending tokens to users Best regards Ocean
View ArticleSum of Sub-question - by: rodriguezm1
I was able to answer my own question. Instead of: {if(sum(that.modes_sq1.NAOK) > 1, 'more than one', 'irrelevant')} I should have used: {if(sum(that.modes.sq_sq1.NAOK) > 1, 'more than one',...
View ArticleJavascript and replacing values - by: rodriguezm1
In other words, my issue is that array filters are binary. It filters only if the sub-question for a previous answer has, or does not have, an answer. I am trying this workaround so that I can have a...
View ArticleSurvey order, split, merge and various newby questions - by: ResearchOnBlogs
is it possible to always start with survey 1, but that surveys 2 and 3 appear randomly for each person that answers? If yes, how?Yes, with a custom redirect script. (PHP/Script) as the surveys might...
View Articlecan I export all answers using rpc (remote control)? - by: bebs
to self: I was missing survey language or null between 'csv' and 'all', as per the function signature. Thanks mdekker for spotting my mistake:...
View ArticleArray Filter and Conditional Statements - by: rodriguezm1
My question: Q1 is a 5-point array question. It has 3 subquestions. Q2 is a yes/no array question. It also has the same 3 subquestions as Q1, because I am going to use a filter. I want Q2 to filter on...
View ArticleHelp! Javascript syntax for definitions - by: rodriguezm1
I have a multi-text question, Q1. It has a subquestion, sq1. Q1 is hidden. I want to use java to insert an answer to Q1_sq1. What is the syntax? I've tried document.getElementById('{Q1_sq1}').value =...
View ArticleHow to reorder question between groups - by: holch
I don't think that this is "very basic stuff", but rather quite advanced stuff that 99,9% of all users will never need. And of course no one is forced to use Limesurvey. There are a bunch of commercial...
View ArticleSimple 1 page survey - by: charleslcso
OK. I think I get the hang of the EM. I think I need to check if a answer is selected "YES" (in my questions), if yes, then print ProductID.
View ArticleShow Full responses in Completed page - by: DenisChenu
Hello, Maybe you can use {SAVEDID} but it take the id if user don't finish him survey. Alternative solution: use ajax on end message or your own script at endurl. Denis
View Articledynamic rows in array - by: DenisChenu
It's possible, but have to work hard on jquery/javascripting. Add a multi text question Hide this question in javascript Move each input.text of this question in answer part of the array Use/adapt...
View ArticleUse Multiple Templates in the same survey - by: Mazi
Unfortunately, Limesurvey doesn't offer such a browser switch yet. The workaround is to simply create a copy of your survey and assign that copy the iphone optimized template. You can also put a link...
View Article