Available third party plugins: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) →Export plugins: extendAdminStatitistics |
DenisChenu (talk | contribs) →Other plugins: toolsDomDocument |
||
Line 30: | Line 30: | ||
* [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/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/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] | |||
== Example and demo plugins == | == Example and demo plugins == |
Revision as of 08:49, 6 September 2016
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 and statitistics 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
Public survey plugins
- 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
- radioToStarRating : set any radio list to star rating system
Data editing plugins
- MassAction : A plugin for faster survey editing by loading questions details into editable cells. Includes a search and replace feature.
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. 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 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
Example and demo plugins
- Hello World plugin : simple how too
- exampleSettings : All the plugin settings in Plugin settings and Survey settings
- extendRemoteControl : Show how to add function to RemoteControl_2_API, show how to create a new admin page too (usage of public function actionIndex() )