Actions

Available third party plugins: Difference between revisions

From LimeSurvey Manual

m (Fix link)
(35 intermediate revisions by 8 users not shown)
Line 3: Line 3:
== Authentication plugins ==
== Authentication plugins ==


* [https://github.com/pitbulk/limesurvey-saml SAML support] by Sixto Martin Garcia
* [https://github.com/technowhizz/LimeSurvey-RegDomainRestricter Registration Email Domain Restrictor]
* [https://github.com/pitbulk/limesurvey-saml SAML support (Only supports Limesurvey version 2.x and below not 3.x or 4.x)]
* [http://extensions.sondages.pro/authentification-by-wordpress/ Authentification by WordPress user]
* [http://extensions.sondages.pro/authentification-by-wordpress/ Authentification by WordPress user]
* [https://github.com/univlorraine/limesurvey-cas CAS Authentication plugin for limesurvey]
* [https://github.com/atlet/LimeSurvey-ShibbolethAuth LimeSurvey Shibboleth auth plugin]
* [https://framagit.org/Animafac/limesurvey/limesurvey-rememberme LimeSurvey RememberMe plugin]


== Export plugins ==
== Export and statistics plugins ==


* [https://gitorious.org/plugins-for-limesurvey/exportcodeandtext Complete system to export question code and text and answer code and text in CSV] plugin in development.
* [http://extensions.sondages.pro/exportcompleteanswers/ exportCompleteAnswers : Complete New export system allowing export Answer code and answer text in CSV. Options is manageable by super admin.]
* [http://extensions.sondages.pro/triple-s-export/ exportTripleS : export in Triple-S XML2 or XML1.3 format survey structure and data.]
* [https://framagit.org/SondagePro-LimeSurvey-plugin/extendAdminStatitistics extendAdminStatitistics : rewriting of core statistics, actually put sub question in same table and graph]
* [https://github.com/reportico-web/limesurvey-reportico Reportico Reporting module for Limesurvey]: generate charts,tables and statistics from survey data
 
== Public survey plugins ==
* [http://extensions.sondages.pro/hideemptycolumn-for-limesurvey/ hideEmptyColumn : A plugin to add a solution to hide column of array question type with ExpressionScript of LimeSurvey ]
* [http://extensions.sondages.pro/moreaccessibility/ moreAccessibility : some option to add accessibility to public survey] 2.6lts compatible onlmy, deprecated in 3.0
* [https://git.framasoft.org/Shnoulle/addQuestionCodeClass addQuestionCodeClass : add the question code at the question wrapper class]
* [https://framagit.org/SondagePro-LimeSurvey-plugin/radioToStarRating radioToStarRating : set any radio list to star rating system]
* [https://framagit.org/SondagePro-LimeSurvey-plugin/moveSomeAnswers moveSomeAnswers] : If using random_order attribute : allow to always move some answers at end.
 
== Data editing plugins ==
* [https://manual.limesurvey.org/MassAction_Plugin MassAction] : A plugin for faster survey editing by loading questions details into editable cells. Includes a search and replace feature.
 
== Email plugins ==
 
* [https://gitlab.com/SondagesPro/mailing/noMailToExample noMailToExample]
* [https://github.com/LimeSurvey/LimeSurvey/blob/develop/plugins/mailSenderToFrom/mailSenderToFrom.php mailSenderToFrom]
* [https://github.com/Xites/LS_mailDKIM mailDKIM]
* [https://github.com/Xites/LS_mailEmbedImages mailEmbedImages]


== Other plugins ==
== Other plugins ==


* [http://extensions.sondages.pro/recomputeexpression-for-limesurvey/ Allow updating Expression question value for old answers]
* [http://extensions.sondages.pro/recomputeexpression-for-limesurvey Recompute Expressions:] A Plugin for LimeSurvey to recompute expression in survey with already submitted survey. Allow to update some relevance too.
* [https://git.framasoft.org/SondagePro-LimeSurvey-plugin/showAdvancedSettings showAdvancedSettings:] Show advanced settings in question edit by default.
* [https://git.framasoft.org/SondagePro-LimeSurvey-plugin/replaceRegister  replaceRegisterː] Extra option for Register, starting point for other plugin.
* [http://extensions.sondages.pro/fixmaxstep-for-question-index/ fixMaxStep : Fix question index for token answer persistence survey:] Example of usage : get the complete index when user come back to the survey.
* [http://extensions.sondages.pro/sendmailajax-all-email-in-one/ sendMailAjax : Send token email one by one with ajaxː] Allow to send all email in one click without restriction.
* [http://extensions.sondages.pro/mailing-management/sendmailcron sendMailCron: Automatically send invitations and reminders using cronjobsː] Automatically sends invitations and reminders in custom intervals. Extensive configuration and debugging options
* [https://github.com/SteveCohen/Piwik-for-Limesurvey Piwik-for-Limesurvey Piwik for LImesurveyː] Plugs Piwik into Limesurvey, so you can track your survey admin users and respondents.
* [https://github.com/SondagesPro/surveysModel Mark surveys as "Survey Model/Template"ː] Allow admins to mark a survey as "Survey Model", a kind of "master survey" or "survey template" which only users with appropriate rights are allowed to edit. The common user is only allowed to create copies based on such a survey template.
* [https://github.com/SondagesPro/LS-toolsDomDocument toolsDomDocumentː] a tools for anothers plugin
* [https://github.com/TonisOrmisson/limesurvey-url-templates UrlTemplateChangerː] Set respondent's interview template over an URL parameter.
* [https://github.com/evently-nl/zesthook  ZestHookː] Makes it possible to send a Post request on every response submission. You can set the URL to post to, as well as several other options.
* [https://github.com/CEric-fr/limesurvey-rgpd Extension RGPD pour LimeSurvey] Each questionnaire owner is able to interact with these conditions of use via a new submenu added in the "questionnaire parameters" entitled: GDPR configuration.


== Example and demo plugins ==
* [https://framagit.org/SondagePro-LimeSurvey-plugin/extendRemoteControl extendRemoteControl] : Show how to add function to [[RemoteControl_2_API]], show how to create a new admin page too (usage of public function actionIndex() )


[[Category:Plugins]]
[[Category:Plugins]]

Revision as of 06:22, 16 July 2021

Some plugin are listed on official page. If you have a plugin you would like to share with the world, feel free to add it to this page.

Authentication plugins

Export and statistics plugins

Public survey plugins

Data editing plugins

  • MassAction : A plugin for faster survey editing by loading questions details into editable cells. Includes a search and replace feature.

Email plugins

Other plugins

Example and demo plugins