IRB and Protection of Human Subjects - by: Ben_V
Hello, make a try with a survey because LS already includes a privacy message, depending on if the survey is set anonymous or not. If you want to change this text: a) 1 language needed: just edit the...
View ArticlePsycholinguistic test with sounds - by: tpartner
Have a look at this - www.limesurvey.org/en/forum/can-i-do-thi...reaming-advice#94628
View ArticleHow to redirect from one survey to another and keeping the same token? - by:...
Hello, You may have a look at this 2 previous discussions here and here.... If additionally you want to prefill answer in B with some answer of A, it's fully describer in LS manual Oups...it seems...
View ArticleEnforcing heterogenous responses - by: tpartner
This script will automatically detect the number of rows (peers) in whatever question you put it in. So, assuming the associated "Name" question is mandatory, it should work as-is in all groups. If the...
View ArticleSubmit files question - by: tpartner
Try using a tool like Firebug for Firefox or the Chrome developer tools to explore the source and the styles applied.
View ArticleMultiple uses,need option to take survey twicew/token - by: heybets30
I have a survey,parents of students may fill out more than once (once per child). Number of uses in token file set to 1 to 4 for users depending on number of kids.. Last question needs to be something...
View ArticleValidating dates - by: tpartner
Assuming both questions are on the same page, place the following script in the source of the first date question: <script type="text/javascript" charset="utf-8"> $(document).ready(function(){...
View Articleusing code from subquestions - by: tpartner
What question type are the "questions with 10 yes/no subquestions"?
View Articleranking question of multiple choice selected only - by: tpartner
I have tested this workaround on 1.92 and it does work. You probably have incorrect IDs in the function call. Refer to this in the workaround:Replace "MM" with the ID of the multiple options question...
View ArticleExcel Survey Import/Export - by: LSCitizen
Hello - I am able to export a survey using the Tab Separated Values options in LimeSurvey. I want to duplicate 2 question groups 3 more times. In Excel I use the Text import wizard to open the file. I...
View ArticleSomewhere to put a short name for a question? - by: Serafim
Hi there, Let´s see if I can explain myself. I have my Limesurvey connected to my SQL, so I can use the data for analysis and treatment. I have all the tables, questions, surveys and answers. Is there...
View Articlepictures as an answer and show only marked answeres - by: holch
You can use html code within the answer option fields (if you have switched off the XSS filter). So including pictures should be easy, using the img tag. For the second part: have a look at the array...
View ArticlePop-ups on LimeSurvey - by: NkemIku
Hi there, In my survey, I will be asking participants if they have accessed certain types of health care providers for assistance. I want to include the definitions of all the health care professionals...
View ArticleSGQA shortcut for reference via javascript / jquery on final page? - by:...
For the next person who finds this useful - as a hint, you may need to escape using quotes. For example, if there's a question with code "foo", the following displays the value in the console: My point...
View ArticleDropdown in Multiple short text - by: ricardo
Thanks, it worked...are you talking about this line? [File Attachment: thisline.PNG] I thought java scripts were immune to that? cheers, ricardo
View ArticleWeight value of a question - by: ylafont
New to limesurvey and want to know if Limesurvey can assign a weight value to a a question or a set of questions. My hope is to have users complete a survey and then be a able to assigned a weight...
View ArticleEdit global email-templates? - by: dweisser
This is a feature I would love to see. I went to the feature request page to document it, but I wasn't sure how to add a feature request. Common, reusable Email Templates would be sweet. -Nebraska David
View ArticleSomewhere to put a short name for a question? - by: luayessa
You use the question "code" field in the web page and its column is called "title" in the questions table.
View Article