Bulk upload new users - by: frisket
I did indeed, thanks. I will do the current batch by hand, but perhaps in future something like username,email,fullname,label,participant,settings,surveys,templates,groups,users,super,db would let the...
View ArticleA step into Limesurvey's code - by: Sumeet64Singh
Yes the mails work properly. For example, when we make a survey in Limesurvey itself, the email ids which are put in the "Send detailed admin notification email to:" column receive the email when ever...
View ArticleTimer - by: tpartner
You should be able to place a short-text question with a timer in each group and hide them with CSS or JavaScript. To hide a question with CSS, add something like this too the end of template.css,...
View Articleimplementing picture in 360° view - by: chocap
ok thank you very much, I will try this , Thanks a lot !!
View ArticleMultiple choice with values for assessment - by: Joffm
Hi, Mattjimf, which values do want to be returned. Where are "minus" values. In your example I see subquestion codes like "a", "b", "c",... They reflect the x-scale items, don't they? Well, let's use...
View ArticlePair of questions randomly - by: ettchen92
Hello Jffm, I found my mistake. I didn't put the question at the beginning, that's why the R6 was red! Thank you very much!
View ArticleIs there a universal way to get current question's value? - by: tpartner
In a short-text question, you can use the "self" variable to return the current question value - manual.limesurvey.org/Expression_Manager....27that.27_variables self != 1
View ArticleEditing a completed survey - by: lintu
Hello Folks, I have a need to allow survey respondent to go back into a survey response and edit it after it has been submitted. This is useful if a respondent mistakenly answered a question and would...
View ArticleRemoteControl 2 API, Export only a specified question group by token. - by:...
I just started looking at the API and found the aFields is perfect for my needs. In this particular survey, I have equation questions that score questions based on my algorithm and store the response...
View ArticleRemoteControl 2 API, Export only a specified question group by token. - by:...
Another solution is to connect to your server and get the responses you want directly. Since i already know the SGQA codes I want, this is much more efficient: Assuming you can connect to your MySql...
View ArticleIs there a universal way to get current question's value? - by: vkuzmin
tpartner wrote: self != 1Thank you! This is exactly what i need.
View ArticleEditing a completed survey - by: tpartner
Have a look at "Allow multiple responses or update responses with one token" - manual.limesurvey.org/Survey_settings#Tokens
View ArticleMultiple choice with values for assessment - by: Mattjimf
Thank you so much for that, was trying to figure it out for ages.
View ArticleEditing a completed survey - by: lintu
Hi Tony, Thank you very much for pointing me to right place on the manual - not sure how I missed it when I went through it before. I have tested it by editing a completed survey and it works great!
View ArticleDisplay Answers from 10 Point Array in Following Question - by: Joffm
Hi, Antonimo, i try to create a sample for you. But not today. In the meantime read this thread, especially Tony's last answer. Best regards Joffm
View ArticleDisplay question text when there are subquestions - by: holch
I agree that this should be there. But it is not. As Tony and Ben said. I think it is a feature request, I ran into this issue before as well. There might be actually already a feature request...
View ArticleCreate more readable SQL VIEW for Limesurvey response table - by: Mazi
Hi everyone, thanks for your valuable feedback. I was finally able to solve this problem based on this feedback and additional hints I had received at Stackoverflow, see...
View ArticleDisplay Answers from 10 Point Array in Following Question - by: tpartner
Assuming the survey is in group-by-group mode, here is an example of how to use hidden multiple-choice questions to filter the ranking question. 1) Ensure that the arrays have unique sub-question codes...
View ArticleUsing Tableau with Lime - by: Geoffroy
Thanks for the advice. I've heard of R. The trouble is that R is not really a user friendly tool ... (is there a graphic interface or something like that ?) and I don't thing you can manage a complete...
View ArticleLimeSurvey integrated into a new CMS: Drupal --> it does exist now - by: ledut
For your information, the new Drupal 7 version of the Drupal LimeSurvey sync module (v7.x-3.0) is released as stable. This new version unleash the entity power for LimeSurvey datas : Major improvements...
View Article