Anonymization for dummies?—Links to relevant threads also appreciated! - by:...
The survey is anonymous because there is no connection between the token table and the data table and there are no timestamps in the data table. You are correct - if there is only one response set it...
View ArticleFake URL in browser - by: holch
But what will that help? If I can reach abc.com/limesurvey/123456?serviceId=88889 also via abc.com/servicesurvey/ I can just use that link and try it again... I think the best use is still tokens and...
View ArticleDisable dynamic tailoring (performance issues) - by: holch
Example question: What is the gender of {p1name}? When I fill p1Name, p1Name input field goes slowly (offlinesurveys) Wait a second. That doesn't make sense. You can't reference {p1name} before it is...
View ArticleBuild Matrix based on previous multiple choice question - by: holch
While you can do it with the subquestion relevance like Bielefeld suggested, I would rather go with Tpartners suggestion "Array filter". If it is like you described it, this is the quickest solution....
View ArticleAPI: Invite participants to a survey - by: tpartner
This will create a token and send an invitation to that token: <?php require_once 'application/libraries/jsonRPCClient.php'; define( 'LS_BASEURL', ' www.pathTo/limesurvey '); define( 'LS_USER',...
View ArticleDisable dynamic tailoring (performance issues) - by: sdg_luj
Thanks. You are talking about remove EM get values and validations and use javascript (using SGQ code) instead EM?
View ArticleDisable dynamic tailoring (performance issues) - by: jelo
sdg_luj wrote: I am using offlinesurveys and I have some performace issues.Shouldn't that be moved to the thirdparty-app section? www.limesurvey.org/forum/offline-surveys-android-app Or what is meant...
View ArticleDisable dynamic tailoring (performance issues) - by: holch
He talked about Offlinesurveys, but has the same problem with the mobile browser as well.
View ArticleIntegration of image in description into "print answered questions" - by:...
Check print_template.css. There may be a rule affecting it.
View ArticleAPI: Invite participants to a survey - by: jltrussart11
Great! Works like a charm! Thanks a lot for your precious help!
View Articleclick tracking with limesurvey - by: tpartner
Maybe answered...but... If you would simply like to record the number of clicks in the data, you can use JavaScript to detect clicks on an element and increment the value of a text or numeric input....
View ArticleMultiple collection groups/points for a survey - by: holch
Building on Jelo's answer: You can use one token per location with uses left set to a very high number. Then you can identify the location based on the token used.
View Articledrop down filter based on multiple response - by: holch
I think it should work for lists as well. The manual is not 100% clear on this, but if this is correct, it should work: "The Array filter advanced settings allow you to use any multiple choice question...
View Articledrop down filter based on multiple response - by: jelo
groentje wrote: I found manual.limesurvey.org/Expression_Manager_Sample_Surveys a lss download is included, but how to do it?How to do what? Importing the LSS file? Depending on your LimeSurvey version...
View ArticleConnecting LS over JSON-RPC API to CRM - by: holch
You are right. I read it as if they are the ones that want a CRM, but reading his post again, he could be on the side that is offering the CRM.
View ArticleHidden Fields with a dropdown - by: jelo
Panel Integration manual.limesurvey.org/Survey_settings#Pa....28URL_parameters.29
View ArticlePictures on Welcome Page - by: kc09
Thanks for your reply. When I click on "Browse Server" there is no page that loads and thus no server to which I am directed.
View ArticlePictures on Welcome Page - by: jelo
There should open another window after clicking "Browse Server". If that is not the case you might try a different webbrowser to check if something in your Browser is blocking it. If I got the...
View ArticleEncoding Question - by: jelo
psoliveira wrote: How can i encode the personal questions, in a way that is not readable when someone browses the responses or export data, but can be decode if needed?There is no function to do a...
View Article