x

Capítulos principales

  1. LimeSurvey Cloud frente a LimeSurvey CE
  2. LimeSurvey Cloud - Guía de inicio rápido
  3. LimeSurvey CE - Instalación
  4. Cómo diseñar una buena encuesta (Guía)
  5. Empezando
  6. Configuración de LimeSurvey
  7. Introducción - Encuestas
  8. Ver la configuración de la encuesta
  9. Ver menú de encuesta
  10. Ver estructura de la encuesta
  11. Introducción - Preguntas
  12. Introducción - Grupos de preguntas
  13. Introducción - Encuestas - Gestión
  14. Opciones de la barra de herramientas de la encuesta
  15. Encuesta multilingüe
  16. Guía de inicio rápido - ExpressionScript
  17. Características avanzadas
  18. Preguntas frecuentes generales
  19. Solución de problemas
  20. Soluciones alternativas
  21. Licencia
  22. Registro de cambios de versión
  23. Complementos - Avanzado
 Actions

Plugin manager/es: Difference between revisions

From LimeSurvey Manual

Maren.fritz (talk | contribs)
Created page with "Para obtener más detalles sobre el complemento y sus opciones, consulte la siguiente sección wiki."
Maren.fritz (talk | contribs)
Created page with "==Exportar resultados a R=="
Line 42: Line 42:




==Export results to R==
==Exportar resultados a R==




If enabled, you will be able to export your survey results to R.
Si está habilitado, podrá exportar los resultados de su encuesta a R.





Revision as of 08:47, 5 September 2023

Generales

LimeSuvey admite complementos desde la versión 2.05. Algunos complementos son compatibles con el equipo de LimeSurvey GmbH y se encuentran en el core. Y algunos complementos son compatibles con otros, fuera del equipo de LimeSurvey. Si desea utilizarlos, consulte los complementos disponibles. ¡Esperamos que también agregues tu propio complemento allí!

Complementos principales

Para acceder a los complementos disponibles actualmente que vienen con su instalación de LimeSurvey, haga clic en Configuración y seleccione Administrador de complementos:



Se mostrará el siguiente panel:



LimeSurvey GmbH admite actualmente los siguientes complementos:


No dudes en ponerte en contacto con el equipo de LimeSurvey a través de el rastreador de errores, el chat comunitario de LimeSurvey en Discord o .limesurvey.org/customer-support/contact-us ticket system si alguno de los complementos anteriores no funciona correctamente.


Registro de auditoría

El complemento Auditlog crea un registro de eventos de administración en una tabla específica llamada <DB prefix> auditoríalog_log.

Para obtener más detalles sobre el complemento y sus opciones, consulte la siguiente sección wiki.


Exportar resultados a R

Si está habilitado, podrá exportar los resultados de su encuesta a R.


LDAP

By activating this plugin, you can perform basic authentication against an LDAP server. Make sure your PHP configuration has LDAP support enabled.


Enabling and configuring settings for plugin AuthLDAP v2.05+:

  1. Enable LDAP in PHP.INI.
  2. Verify that phpinfo.php shows that LDAP is enabled.
  3. The location of LimeSurvey's built-in phpinfo.php is: Configuration -- Settings -- Global Settings -- Overview. Then, below the table, you will have a link for "Show PHPInfo".
  4. Go to LimeSurvey Plugin Manager.
  5. Configure LDAP plugin.


Read our LDAP configuration examples for further help.


LimeSurvey internal database

This plugin is activated by default and cannot be disabled. It uses the built-in LimeSurvey database. It is a fall-back mechanism so that you can always login to the installation when needed.


For more details on authentication plugins, check the following wiki section.


OldUrlCompat

Old url (pre-2.0) compatible system.


STATA export

Activate it if you wish to export your survey results to a STATA .xml file.

Hit the Configure button to choose whether you want the .xml file be compatible with Stata 8 - State 12, or with State 13 or later.


Webserver

This plugin leaves authentication to the webserver and reads the result from a configurable server setting. This method has been around for a while, and was configured from config.php. If you used this authentication, you should enable the plugin in the plugins menu and move your configuration from config.php to the plugin's settings.

FAQs

How can I run third-party plugins?

There are three possibilities to run third-party plugins:

  • install LimeSurvey CE (Community Edition) on your own server - unlimited freedom to run any third-party plugin;
  • contact our official partners (listed here) and check whether they support and maintain third-party plugins you wish to use;
  • if you are a LimeSurvey Pro customer and wish to install third-party plugins, you have to become corporate customer. For more details about the corporate package, write us via our support page.


The corporate package was created for our customers who wish to use personalized professional packages (e.g., extra storage space, extra alias domains, third-party app plugins, and so on). Do not hesitate to write us if you wish to find out more about this service and how we can personalize it for you.


How can I install a third-party plugins?

To install your own third-party plugin, you need to have access to your server (e.g., run your own LimeSurvey CE installation).

The standard procedure is to download the .zip file of the plugin, and extract it into the plugins folder of your LimeSurvey installation. Once done, it should be displayed in the Plugin Manager panel.

Please note that certain third-party apps may require additional steps for a correct configuration. For further information, message the developer of the respective plugin.


Can I develop my own authentication plugin?

If you want to develop your own authentication plugin, please continue reading our wiki page on this topic - authentication plugin development.


Plugins - advanced

Click here to find out more about plugins, how they work, and how new plugins can be integrated in LimeSurvey.