RANDOM PREFILL AN ANSWER FROM A ARRAY FILTERED QUESTION - by: ferzago
Hi, I was searching for days for a solution to this problem: I need to do this: Q1: Multiple select a few items from a list Q2: Rank up to 3 of selected items in Q1 Q3: Random prefill one of the ranked...
View ArticleCan I Save Different Versions of a Master Survey? - by: Joffm
Hi, CitrusSurvey, probably I misunderstand you. To solve your first problem: In "List surveys" click "Create a new survey". Next window you select "Copy" Now you are asked, which survey to copy, a new...
View ArticleSame survey Different e-mails - by: Joffm
Hi, Frank, I did not mention this because it's a bit more complex to work with expressions and token attributes. Therefore I said "That's the easiest way". If adridg also wants to send different...
View ArticleCan I ramdomize a questions in a group? - by: tpartner
Yes, you can use the Randomization group name to display the questions in a random order. There is no guarantee that you will get an exact 50/50 split but with a large enough sample, you should get...
View ArticleAllow public registration multiple times with the same email - by: DenisChenu
The test is done here : github.com/LimeSurvey/LimeSurvey/blob/ma...rController.php#L331 This surely can be updated with some plugin.
View ArticleThe same random set of questions to different candidates? - by: FredericoR
Hello Can 10 different candidates do exactly the same random generated group of questions? Or can I save a random test to give it to 10 different candidates? This is because I want to evaluate 10...
View ArticleCreate Dual Scale Array with condition ( disable radio of sub-question ) -...
I have it on last GIT version. And it work
View ArticleNew login page and integration - by: carl05
Hi there, I'm new to these parts, would welcome any guidance. Please! Got Limesurvey running in a pretty standard LAMP-type intranet instance with an internal SSO, so in-app security isn't a huge...
View ArticlePoint on a picture - by: tpartner
You will need to use JavaScript. I'm not in a position to develop anything right now but here are a couple of links for inspiration. - stackoverflow.com/questions/9822371/sele...rdinates-with-jquery -...
View ArticleHow to make the relevance equation work when using two questions? - by: tpartner
I think, because Q2 is conditional, the key (as Joffm points out) is to use ".NAOK" in the relevance statement - manual.limesurvey.org/Expression_Manager#Usage_of_NAOK
View ArticleSell survey with Woocommerce - by: jltrussart11
Hello, I try do find an solution to sell private survey from woocommerce. How can I do that? Do I need to generate tokens by the LS API or is their a simple way? Thanks for your precious help!
View ArticleInsert a picture as an answer - by: Joffm
Hi, Clo007, even if the editor doesn't work, you just can enter the address of the picture manually. Plain HTML. <img src="[path_to_picture]/[picture]"> Regards Joffm
View ArticleArray filter exclusion with option Other - by: Liesbeth
If I understand the problem correctly, you can solve this by adding {questioncode_other} to your array subquestions and set the subquestion validation to !is_empty(questioncode_other) In this way the...
View ArticleCustomized individual response reports - by: ervit
Here's a fixed Excel file. I hadn't realized that there was some VBA code specific to my survey, so I wrapped it in error handling. Seems to work with other surveys now. I guess the fact that no one...
View ArticleRandom Assignment of Participants - by: Joffm
Hi, kporter0, first: what did you expect, if you have such a small sample. I had a look at a statistical table to see if there is really a significant difference. In the binomial test the interval of...
View ArticleUsing token based survey but not having to use a token in survey preview -...
You can add a feature request. But there are many little things that make sense and would be great to have in Limesurvey. Unfortunately the developers only have limited time.
View ArticleIs SurveyPress current with LS 2.5xx - by: holch
Surveypress is (or was dead) for years. Recently Carsten (the project leader of Limesurvey) seems to have taken up ownership of Surveypress. There seems to have been minor development, but I guess...
View ArticleNeed some help with a code snippet please - by: lintu
Finally success!!! The following code works for me: Thanks again for all your support - really appreciate it!
View Article