pictures as an answer and show only marked answeres - by: nils
Thank you a lot for your quick and helpful answer!
View ArticlePopulate token attribute from question response - by: mgib134
I'm wondering if/how I can fill a token attribute field from a question's response, and show/hide future questions based off of that field. Specifically, what we need to do is add two token attribute...
View Articlelaunch a survey in readonly mode? - by: hanksterr7
Hi I know how to drop a survey into an iFrame, setting url parameters that cause the survey to be pre-filled with runtime-defined answers or to be reloaded with a previous set of answers (via...
View ArticlePrefilling answer and passing through in end URL - by: ohvelma
I am having a similar problem. I have a Parent Survey (sid: 691757) that contains a link (FHLINK) to a Child Survey (sid:579758). I want the user to select the link, fill in information about their...
View ArticleDrop Incomplete Survey during Manual Compiling - by: holch
Well, if it is only one page, then of course there is nothing in it. But as soon as someone starts a survey, they survey is registered. And in most other use cases, you would want to keep also the non...
View Articlemultiple option with filter in ranking question - by: startx25
HI everybody, With LS 1.92 I am trying to filter a ranking question with a previous answer (like the workaround) but it'not working with a specific template SKELETONQUEST in this website :...
View ArticlePopulate token attribute from question response - by: tpartner
Well. not "out of the box", but in theory it should be possible to make an AJAX call to a remote PHP script that writes the appropriate value to the tokens table in the database.
View Articlemultiple option with filter in ranking question - by: startx25
here just for more info here a discussion about this problem solved with 2.0. but i am looking for an issue in 1.92. Regards
View ArticleQuestion condition with javascript - by: tpartner
Okay, so depending on what the PHP script returns, the call could be something like this: $.ajax({ url: 'ajax.php', dataType: 'html', data: {var1: 1}, // Data passed to the PHP function success:...
View Articlelongitudinal survey - by: bsanson
Hello, maybe there is a solution using the panel functions. Anyhow, I can suggest the following workaroud: You build one survey, with three groups of questions. With a filter for each group. the filter...
View ArticleReturning information via URL from Child Survey to Parent Survey - by: ohvelma
I have a Parent Survey (sid: 691757) that contains a link (FHLINK) to a Child Survey (sid:579758). I want the user to select the link, fill in information about their female relative with cancer in the...
View ArticleCan order of display of groups be randomized? - by: tomscher
I was wondering if there has been some progress concerning the really cool randomization feature. Currently I'm trying to randomize the order of 3 questions in 3 different groups. Is there a working...
View Articleexport-import should not change questions ID. - by: tpartner
Questions and survey must have unique IDs. The survey ID will stay the same as long as you don't already have a survey with that ID. Question IDs are assigned sequentially - there is no way to prevent...
View Articleintegration of Lime Survey and Elgg social network - by: Web_int
Hi I am creating a social network for a client (based on Elgg - www.elgg.org/). There will be about 5,000 members. These members are all patients with a specific illness. Every 3 days, the members will...
View Articlequestion type 'numerical input' - export problem to SPSS - by: Tina1
Hi there, we have got a problem with the data export to SPSS (SPSS 15.0 for windows). All entries of the question type ‘numerical input’ were not transferred. Exporting the data from LimeSurvey to...
View Articlebuttons radio and multiple choice questions in printable version of LS - by:...
Thanks It's good with this code .multiple-opt .q-answer ul:after { /* Clear the floats */ content: ""; display: block; clear: both; height: 0; visibility: hidden; } .multiple-opt .q-answer li { float:...
View Articleputting participants randomly to different types of surveys - by: tpartner
I would: 1) Place all questions in the same survey 2) Load an Equation question with a random number between 1 and 12 3) Use conditions or relevance to display the appropriate questions and groups
View ArticleReturning information via URL from Child Survey to Parent Survey - by: ohvelma
I know this can't be too hard, so I'd appreciate if you all could help me out. I have placed two surveys on the test site: Survey_Parent and Survey_Child. The parent contains tokens 1001 to 1005 for...
View ArticleModify PDF file - by: ylafont
I have a PDF that i created as a sample report, Can LimeSurvey fill in the fields in the pdf file after the survey completes? or is there a better method of approaching something like this? thank for...
View ArticleQuestion condition with javascript - by: king_and1
Thanks for this reply, it´s very helpful. But how do i target the hidden Question ? For Example my hidden Question got the "QID 92" so should i just replace the "#question123" with the ID ?
View Article