Using answer from one participant to influence questions for another - by:...
No, you cannot directly update attributes (for any token) from within the survey. You may be able to code a remote file using the RemoteControl 2 API. Perhaps the set_participant_properties() method.
View ArticleHow to add points to user account after survey is completed in site. - by: emre
holch wrote: Usually this is done via a redirect. You can redirect respondents that finished a survey to a certain page in your website (read about end url feature in the MANUAL ). Via the end URL and...
View ArticleReporting: Did anyone try Google's Datastudio with Limesurvey? - by: holch
Thank you for the feedback on your experience. I agree, secure connection should be supported.
View ArticlePanel Integration Not Saving parameter - by: tpartner
It doesn't work on the welcome screen because the param has not been loaded into a question yet (no questions exist at that point).
View ArticleDeactivate Survey with API - by: Deusdeorum
You could extend the API. However, I always use expire survey instead, and that can be done with the API in set_survey_settings()
View ArticleProblems with notification mail - by: jaws40
I want to use active 2 survey s with mail notification to the same email adres. It turned out that only one survey will send notification. If I remove the email notification on one survey , the other...
View ArticleHow to pick x random questions from a bucket of y - by: aleksandr
Thanks for the tip! Exactly what I was looking for. The only problem is that I want to generate a printable forms and "relevance equation = 0" is being ignored for it. Is is possible to make this work...
View ArticleProblems with notification mail - by: DenisChenu
I never seen such issue, i have clinet with notification to same email for different surveys, and never seen that.
View ArticleGet latest response with export_responses_by_token() API function - by:...
Just a question, why not set uses left to 10000 directly ?
View ArticleMale and Female survey - by: Joffm
Hi, ymca, yes, that's it. As far as possible use the micro-tailoring, e.g."Dear {if(gender=='M','Mr.','Mrs.')} Smith, ..."I use this code in the question if it's a male that is filling the question?...
View ArticleShow result and statistic to respondent - by: tpartner
my first advice is to set the answer option codes as digit and not as "A1", "A2", as the default. Here you can use your answer option codes in the way that is neede for your calculations.This does...
View ArticleReporting: Did anyone try Google's Datastudio with Limesurvey? - by: holch
I know the post from Ben_V, I am subscribed to it. But Ben_V was working with Google Sheets, this here is a specific reporting / dashboard tool that is currently in beta. So I am not sure how this...
View ArticlePanel Integration Not Saving parameter - by: teracomp
Excellent! Thanks for explaining the concept further. I get it now. One of the features I was looking for was to show some groups Question by Question while other groups all at once. By using your...
View ArticleDifferent endpage.pstpl for the survey and another one for the list of...
DenisChenu wrote: Home page => Survey listing ... : public template Login page => go to admin ... : admin templateI totally get your point. However, for me the Homepage is part of the backend /...
View ArticleShow result and statistic to respondent - by: Andrey
Thanks, Joffm and tpartner I think my main problem has been resolved. What I missed (not obvious for me) that in assessment message window can be used any EM expressions (without EM installed) but not...
View ArticleOAuth "question type"? - by: DenisChenu
I really think the best way is to - Token enable survey - Use a register allowed survey - Create a plugin to replace 'register' form by an Oauth form...
View ArticleGet latest response with export_responses_by_token() API function - by:...
OK, got it. Seems to be OK in code : github.com/LimeSurvey/LimeSurvey/blob/ma...rol_handle.php#L2523 When you browse response : there are one or two answers ? Because if you 'Enable token-based...
View ArticleAutomate smtp send using cron - by: DenisChenu
Work in any mail system configurated in LimeSurvey, try it. And it's GPL : then can be fixed/updated/ etc .... For example : have an option to send X email each time (and not more) can be a good isea.
View Article