Customize table names - by: arto78
Thanks for the response. It's mostly for aesthetics. With the example I gave before the answers are stored in a column called something like 'EXK3X2'. I am not interested in those columns LS generates...
View ArticleJumping back to prior questiongroup - by: bdg
You could do this the old way, by exporting and then importing the Area 1-4 group four times and separating each iteration with a GroupSelectAnotherArea_or_continue. So you get something like:...
View ArticleWhat data format for "add_response" parameter (RPC) - by: mfaber
It works pretty well using the array structure you suggested. And the data from the POST command can easily be converted to an associative array using the parse_str PHP function. LS's add_response...
View ArticleNagivation delay on 2 minutes - by: arto78
Hi guys. I want to be able to have a navigation delay on 2 minutes. As far as I can see you can have up to 99 seconds delay.. Is it possible to have a delay on 2 minutes or more? Thanks.
View ArticleQuestion Type : Time - by: Xtale
Nevermind, got it. However, how can I extend the width of the div container? [File Attachment: snippet.JPG] won't work Kind regards
View Article800.000 tokens???? - by: holch
Just created a file with 300.000 tokens (2 columns - token and email). XLSX file was about 3MB, csv file was 5,61 MB. So you can do an estimate for the size.
View ArticleJQuery mobile for surveys - by: Argo12
I would like to build surveys elements with jquery mobiles library. I've created a template and added all my jQuery mobile files but I can't find where answers are build. Is there functions in charge...
View ArticleList with Comment Text - by: tpartner
If you want to change that label for all list-with-comment questions, add this to the end of template.js: $(document).ready(function(){ $('.list-with-comment p.comment label').text('Your new label text...
View ArticleJumping back to prior questiongroup - by: tpartner
Holch's solution with multiple groups shown conditionally is the correct approach. There is no "looping" in LS2. That wiki page is very old and refers to the original LS2 development which was scrapped...
View ArticleSimple 1 page survey - by: charleslcso
Hello, I have a very basic survey which I hope to implement in LS. Would appreciate if someone can confirm LS can do it. Requirements: * each email address can do the survey once only * each question...
View ArticleCompletion time per question group - by: kachne
Hi, is it possible to get information oh how long did it take to each participant to complete a group section? That is very important information during the cleaning process when one needs to indentify...
View ArticleWhat data format for "add_response" parameter (RPC) - by: mdekker
I am sure a lot of people would be interested in your solution. If possible, could you add it to our documentation wiki in the workarounds section?...
View ArticleAssessment advanced setup - by: Dmitry_f
Ben_V wrote: Hi, Basically, vou have to use an "equation" question type to store the total of each subset of questions... Paste in the source of this question an expresssion with this kind of syntax:...
View Articlegoing backwards but only to some question groups - by: Zimone85
Is there any way to allow subjects go backwards in the survey but only to some question groups and not to all?
View Articlerandom assignment - by: Zimone85
3) I have one question group composed by two questions called vignette1 and vignette2. I want subjects to be assigned randomly to one or the other. Following the LimeSurvey online user manual I created...
View Articlegoing backwards but only to some question groups - by: ResearchOnBlogs
Not out of the box, you could do this with javascript/Jquery tweak.
View ArticleResponse and display token order question - by: helper
Found how to do this on the jQgrid for the token (.../scripts/admin/tokens.js) Find the following Change the 'sortorder' to desc
View ArticleStratified Sampling by Attribute - by: pnadam
G'day all, I've been wrestling with LimeSurvey for a couple of weeks now, where I've had the time, in order to see if I can use it to replace a system I wrote for conducting telephone surveys. The...
View ArticleJQuery mobile for surveys - by: Argo12
I found what I was looking for in qanda_helper.php if someone is wondering.
View Article