Available third party plugins: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) →Export plugins: triple-s |
DenisChenu (talk | contribs) Add Hello world |
||
Line 25: | Line 25: | ||
* [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/sendmailajax-all-email-in-one/ sendMailAjax : Send token email one by one with ajax : allow to send all email in one click without restriction. ] | ||
* [https://github.com/SteveCohen/Piwik-for-Limesurvey Piwik-for-Limesurvey : Plugs Piwik into Limesurvey, so you can track your survey admin users and respondents.] | * [https://github.com/SteveCohen/Piwik-for-Limesurvey Piwik-for-Limesurvey : Plugs Piwik into Limesurvey, so you can track your survey admin users and respondents.] | ||
== Example and demo plugins == | |||
* [http://codelogic.ws/2015/12/07/limesurvey-plug-in-hello-world/ Hello World] plugin : simple how too | |||
[[Category:Plugins]] | [[Category:Plugins]] |
Revision as of 09:59, 7 December 2015
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
- SAML support by Sixto Martin Garcia
- Authentification by WordPress user
Export 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.
Public survey plugin
- hideEmptyColumn : A plugin to add a solution to hide column of array question type with Expression Manager of LimeSurvey
- moreAccessibility : some option to add accessibility to public survey
- addQuestionCodeClass : add the question code at the question wrapper class
Other plugins
- 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
- extendRemoteControl : Demo plugin : How to extend remote control
- replaceRegister : Extra option for Register, starting point for other plugin. 2.05 compatible
- 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.
- Piwik-for-Limesurvey : Plugs Piwik into Limesurvey, so you can track your survey admin users and respondents.
Example and demo plugins
- Hello World plugin : simple how too