Available third party plugins: Difference between revisions
From LimeSurvey Manual
m small "LimeSurvey" fixes |
Modernity4r (talk | contribs) No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
* [https://github.com/technowhizz/LimeSurvey-RegDomainRestricter Registration Email Domain Restrictor] | * [https://github.com/technowhizz/LimeSurvey-RegDomainRestricter Registration Email Domain Restrictor] | ||
* [https://github.com/pitbulk/limesurvey-saml SAML support (Only supports LimeSurvey version 2.x | * [https://github.com/pitbulk/limesurvey-saml SAML support (Only supports LimeSurvey version 2.x, available commercial version for 3.x, 4.x and 5.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/univlorraine/limesurvey-cas CAS Authentication plugin for LimeSurvey] | ||
Line 49: | Line 49: | ||
* [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. | * [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. | ||
* [https://github.com/projeto-cade-unb/Lime2Camunda Lime2Camunda] Plugin for integration with LimeSurvey with Camunda, which at the end of completing the survey it starts a process instance in Camunda submitting all questions and answers as process variables. | * [https://github.com/projeto-cade-unb/Lime2Camunda Lime2Camunda] Plugin for integration with LimeSurvey with Camunda, which at the end of completing the survey it starts a process instance in Camunda submitting all questions and answers as process variables. | ||
* [https://github.com/LibreCodeCoop/LSNextcloud LSNextcloud] Allows you to send after survey completed event to Telegram as text, PDF or CSV. | |||
* [https://github.com/librecodecoop/lsTelegramNotify lsTelegramNotify]: Allows you to send after survey completed event to Telegram as text, PDF or CSV. | |||
* [https://github.com/LibreCodeCoop/LSNextcloud LSNextcloud]: Save all survey responses and their attachments automatically to a folder in your Nextcloud. | |||
== Example and demo plugins == | == Example and demo plugins == |
Latest revision as of 07:55, 8 March 2024
Some plugin are listed in the Limestore. If you have a plugin you would like to share with the world, feel free to add it to this page.
Authentication plugins
- Registration Email Domain Restrictor
- SAML support (Only supports LimeSurvey version 2.x, available commercial version for 3.x, 4.x and 5.x)
- Authentification by WordPress user
- CAS Authentication plugin for LimeSurvey
- LimeSurvey Shibboleth auth plugin
- LimeSurvey RememberMe plugin
Export and statistics plugins
- exportCompleteAnswers : Complete New export system allowing export Answer code and answer text in CSV. Options is manageable by super admin.
- exportTripleS : export in Triple-S XML2 or XML1.3 format survey structure and data.
- extendAdminStatitistics : rewriting of core statistics, actually put sub question in same table and graph
- Reportico Reporting module for LimeSurvey: generate charts,tables and statistics from survey data
Public survey plugins
- hideEmptyColumn : A plugin to add a solution to hide column of array question type with ExpressionScript of LimeSurvey
- moreAccessibility : some option to add accessibility to public survey 2.6lts compatible onlmy, deprecated in 3.0
- addQuestionCodeClass : add the question code at the question wrapper class
- radioToStarRating : set any radio list to star rating system
- moveSomeAnswers : If using random_order attribute : allow to always move some answers at end.
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
- Recompute Expressions: A Plugin for LimeSurvey to recompute expression in survey with already submitted survey. Allow to update some relevance too.
- showAdvancedSettings: Show advanced settings in question edit by default.
- replaceRegisterː Extra option for Register, starting point for other plugin.
- fixMaxStep : Fix question index for token answer persistence survey: Example of usage : get the complete index when user come back to the survey.
- sendMailAjax : Send token email one by one with ajaxː Allow to send all email in one click without restriction.
- sendMailCron: Automatically send invitations and reminders using cronjobsː Automatically sends invitations and reminders in custom intervals. Extensive configuration and debugging options
- Piwik-for-Limesurvey Piwik for LimeSurvey: Plugs Piwik into LimeSurvey, so you can track your survey admin users and respondents.
- 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.
- toolsDomDocumentː a tools for anothers plugin
- UrlTemplateChangerː Set respondent's interview template over an URL parameter.
- 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.
- 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.
- Lime2Camunda Plugin for integration with LimeSurvey with Camunda, which at the end of completing the survey it starts a process instance in Camunda submitting all questions and answers as process variables.
- LSNextcloud Allows you to send after survey completed event to Telegram as text, PDF or CSV.
- lsTelegramNotify: Allows you to send after survey completed event to Telegram as text, PDF or CSV.
- LSNextcloud: Save all survey responses and their attachments automatically to a folder in your Nextcloud.
Example and demo plugins
- extendRemoteControl : Show how to add function to RemoteControl_2_API, show how to create a new admin page too (usage of public function actionIndex() )