Restore or export old answer tables - by: Mazi
If you do NOT change the survey structure, then there is a feature to get the results of a de-activated survey back into Limesurvey, see: manual.limesurvey.org/wiki/General_FAQ#H...eactivated_survey.3F...
View ArticleWhich universities are using LimeSurvey? - by: ahavlik
Here at the University of Edinburgh
View ArticleAutomatically proceed to next question (without clicking "next") - by: tpartner
Unfortunately, I don't know of any non-JavaScript solutions.
View Article"goto" a specific question - by: Graham
is there a way that I can, on a given answer to a question "goto" another question further through the survey. I have already tried to do this using conditions but as the question has an answer field...
View ArticleQuestion w/ Radio Subquestion w/ Multiple choice answers - by: cpiguy
Hi I've been working the basics of limesurvey for a while now. I came across a survey I was wondering if it could be accomplished using this software. Basically have a question with two sub questions...
View ArticleCustom Template: New image at end of each group - by: tpartner
That would work or you could wrap it in a <script> tag and place it in the question source.
View ArticleA mixed qeustion type - by: LeibnizJenny
Hello, i want to create a new question type. my problem is i have don't know anything about programming or java and stuff. So I need your help! I want to have a fusioned matrix with different entry...
View ArticlePOT files for surveys - by: Sparks
Is it possible to create POT files for surveys for easier translation?
View ArticleModify EndURL during Submit - by: tpartner
Unfortunately, you cannot edit the EndURL dynamically with JavaScript. It is generated at the server level so can only be modified in the survey-settings screen with placeholders.
View ArticleArray numbers question with 30 options. Help - by: tpartner
There is a setting for that - Global settings --> Presentation --> Repeating headings in array questions every X subquestions: [File Attachment: Capture_2013-05-16.JPG]
View ArticleLimiting the number of person who choose one radio button - by: tpartner
Tricky. The only solution I see is to make an AJAX call to a remote script that queries the database for previous responses and then use the results of that call to hide/show options. You can search...
View ArticleEntering the next question without pushing the forward button - by: tpartner
So where it says {QID}, replace that with the question ID number so it reads question12345In 2.0, if you have the script in the question source, you should be able to leave the {QID} as is. This...
View ArticleLimit a Survey to a Number of Questions - by: king_and1
Hello, Can I limit a Survey to a Number of let´s say 15 Questions ? So the User never answers more then 15 Questions never mind which way he takes ? Also he should be dericted to a predefined site...
View ArticleRepeat question group multiple times - by: tpartner
Why not just ask them up front how many friends they have. The answer to that question could then be used to control the display of the question groups in the first survey and also used in an attribute...
View ArticleLimiting the number of person who choose one radio button - by: stevelegare
Thansk for your answer. I will look for AJAX call.
View ArticleModify EndURL during Submit - by: ohvelma
Also, when the value of the radio element was too long, I had a truncation issue to deal with. I worked around that issue with shortened options, it works but I wouldn't consider it an optimal...
View ArticleLimit a Survey to a Number of Questions - by: Mazi
1. You can define an end URL at Limesurvey which can be loaded automatically at the end of the survey. See survey settings -> end URL 2. When using conditions, then this is hard. Only solution I can...
View ArticleSave X-Forwarded-FOR IP Address - by: datatime_rowan
I am currently running Version 2.00+ Build 130428, and I have setup LimeSurvey behind our loadbalancing server. However, I am still only seeing the IP address of the load balancer. Is there something...
View Article