different presentation format for each group - by: AlexR
Hmm, I thought about that, but it struck me as inefficient. It also makes exporting the likert-type questionnaire more problematic, as the entire survey would have to be exported. On the other hand, I...
View ArticleWordpress plugin development request - by: actxcellence
Hello Sameer, can you specify a little about 1) and 2) sync all participants as WP user? or sync all WP users as survey authors in lime? 3) what do you define as a private survey? and 4) logged in as...
View ArticleCreating an anonymous survery? - by: actxcellence
Does this help: manual.limesurvey.org/wiki/Creating_a_new_survey#Tokens and collecting less personal data: manual.limesurvey.org/wiki/Creating_a_ne..._.26_data_management 2) 3) 4) HINT: 1) activate...
View ArticlePut the answer and question at the same line - by: boyan
In the template I am dealing with, <div> is used. I could use div {display: inline;} to make it happen. But as you said, that will mess up the whole layout. I guess this is no easy work-around at...
View ArticleCan I duplicate a survey installation? - by: actxcellence
May be there is a way to do it via sql. But I am not that much involved to tell how without trying it with real data.
View ArticleTwo questions displaying as one - by: PaulE101
Thanks Tony - the help is much appreciated!
View ArticleOnly present certain answers from scale again - by: markspend01
Hey Guys me Mark.Well i think that the Amazing 5-point Scale presents the use of a scale to educate public and psychological ideas to people who have problems studying such ideas, but who have a...
View ArticlePut the answer and question at the same line - by: tpartner
Add this to template.css to align them better:.inlineAnswer p.question { margin: 0; }
View ArticleExporting SPSS - by: Inspired10
Hello, I installed LimeSurvey to test the script. I noticed the SPSS export only exports with variables 1=yes, 0=no correct?
View ArticleAuto-suggest text field - by: arielmosto
Tony; I just checked again and the code works correctly. "msg2" is displayed by clicking with the mouse but not with Tab. Is it possible to do that with Tab works well? Regards ! Ariel
View ArticleWordpress plugin development request - by: sameerp
Sorry for the delay in response, actxcellence. We've been mulling over whether to go with LS 1.9x or 2.x over the last couple of days and have finally decided to go with the latter. That changes the...
View ArticleOnly present certain answers from scale again - by: DenisChenu
Hello EPuser. It's not "LS included" function. What i do sometimes: - Add a "multi check question" - Add some JS to : hide this question,and check/uncheck the checkbox according to the answer in array....
View ArticleCan I duplicate a survey installation? - by: DenisChenu
Hello, Think it's best to: - Copy the 1st DB via phpMyAdmin (or other) - Make a new installation and choose this DB at installation. Because LS need to update the DB version. Denis
View ArticleFlexible number of text boxes to answer question - by: DenisChenu
Yes: Use condition : for Q2: Q1!="" (or !(is_empty(Q1)) = for example. Denis
View ArticleCrypted Link for anonymous and undefined user list - by: DenisChenu
Hello, Use a token with Uses left to 1000000 : and give same code for each user.
View ArticleAuto-suggest text field - by: arielmosto
Tony: We are planning to leave the possibility of advancing with the keyboard button "Tab" for those not listed. On the other hand, we tried the script in the question type "Array (Texts)" and fail to...
View ArticleReuse some answers via End URL when completing a surve multiple times - by:...
Hi everyone, I'd like to use LimeSurvey as an observation tool. For example, a student might have multiple issues in the classroom. Each issue requires completing the survey once. In this case, I'd...
View ArticlePrefilled answers based on Token - by: jo3ran
Hi guys, I did't want to make you wait a second longer It was easier as thought: Just add the amount of additional attributes to your tokens, read them in via .csv or other import and then add as...
View ArticleOne user to fill multiple recordsets - by: actxcellence
use token change the column: "Uses left" to a very high number. (I learned this from reading Denis posts )
View ArticleCreating an anonymous survery? - by: matthewbristow
None of it really helped, or wasn't obvious enough for me I realised that once you go to publish your survery it gives you the options to publish it as anonymous.
View Article