Dual scale array + 5 point choose - by: tpartner
If you need the stats displayed as 5-point, you will need to create separate questions and use JavaScript/CSS to make them appear to be an array. Here's a workaround that may get you started -...
View ArticleGetting data from external Server ? - by: tpartner
These may help: - www.limesurvey.org/en/forum/can-i-do-thi...on-of-a-survey#55975 - api.jquery.com/jQuery.get/ - api.jquery.com/jQuery.ajax/
View ArticleAutomating Export of Limesurvey Responses - by: tanguy
Hello , I'm looking for a similar function Have you post somewhere your script Many thanks
View ArticleCan I move the string over text area in question type:List with comment? -...
It is, just use the css-template editor and hide the element!
View Articlejoomla and limesurvey participants - by: kikoslav
I'm trying to create a joomla site where each user has to participate in a survey. What I need to do is the following: 1. Create a unique link (i'm not very into limesurvey, but I think that should...
View ArticleMariaDB - Will limesurvey work on MariaDB? - by: spessex
Hi Does anyone know if Lime Survey will work with MariaDB as opposed to MySQL? Additionally, if it does work can existing LS MySQL databases be moved across to MariaDB without issue? Any advice would...
View ArticleAdding assessment value to multiple options... - by: kettner
Ok, thank you. This sounds perfect, however may have a potential side-effect that a person may not submit the result at all if he/she sees the results before the submission and sees that he/she does...
View ArticleSaving GPS coordinates - by: tpartner
Sure, we could add it but I'm hesitant given that it won't work in IE 7-8.
View ArticleSaving assessments {TOTAL} in database? - by: buwebmaster
Question about an assessment test I created: It displays the total properly at the end of the survey, but I'm unable to save the total to the database. As the last question, I created an Equation type...
View ArticleHow to pass answers to another script without using End URL ? - by: tpartner
You can make an AJAX call to the remote script. Here's a post describing the basic jQuery get() function - www.limesurvey.org/en/forum/can-i-do-thi...on-of-a-survey#55975 For more control you can use...
View ArticleSurvey ID and passing to a SSRS via Paramater - by: tpartner
After the first question page is submitted, you can use the {SAVEDID} placeholder to display the record ID.
View ArticleNeed clarity on Reactivating an Expired Survey - by: tpartner
Yes, as long as you don't deactivate, all responses will remain and you can continue. To put your mind at ease, test it with a small survey.
View ArticleList (dropdown) - limited to 244 answers??? Can this be increased??? - by:...
Could you group the list as another question? They need to first select the district and then select the councils?
View ArticleSaving assessments {TOTAL} in database? - by: buwebmaster
Thanks Tony! It works now, but for some reason, I had to add a regular question (without an assessment value) in the same question group as the {ASSESSMENT_CURRENT_TOTAL}, otherwise, it only saved the...
View ArticleAutomating Export of Limesurvey Responses - by: Luke
Send me a private message with your email, OK?
View ArticleSurvey ID and passing to a SSRS via Paramater - by: lime_Chris
Thanks! That is perfect just what I am after.
View ArticleGetting data from external Server ? - by: king_and1
THX m8!!!!!! i2.kym-cdn.com/entries/icons/original/000/004/815/lol-guy.jpg
View ArticleEnforcing heterogenous responses - by: tpartner
You may be able to do this with a "Question validation equation" but I would find it easier just to use a little JavaScript listener on the inputs. Can you provide a small sample survey with that...
View Articledisplay value of a specific question - by: tpartner
In save.pstpl, you can use something like {Q015.value}. See the docs for access to Expression Manager variables - manual.limesurvey.org/wiki/Expression_Ma...#Access_to_Variables
View ArticleSubmit files question - by: tpartner
Thank you, but it doesn't work, the sentence is still there...Try hiding the tip as described above and add this to the end of template.css:.questionhelp.hide-tip { display: none; } By the way is it...
View Article