Actions

プラグインマネージャー

From LimeSurvey Manual

Revision as of 00:10, 28 November 2018 by Bravehorse (talk | contribs)

概要

LimeSurvey2.05以降、LimeSurveyは正式にプラグインをサポートしています。一部のプラグインはLimeSurvey GmbHチームによってサポートされ、コアとして組み入れられています。LimeSurveyチーム以外の人たちによってサポートされるものもあります。それらを使用したい場合は、利用可能なプラグインをチェックしてください。あなた自身のプラグインも追加してください!


コアプラグイン

LimeSurveyで使えるプラグインは、設定をクリックし、プラグインマネージャーを選択します。



次のパネルが表示されます。




問題が発生し、プラグインの一部が想定どおり動作していない場合は、バグトラッカーまたはLimeSurvey IRCチャンネルを通じて気軽にコンタクトしてください。


Auditlog

The Auditlog plugin creates a log of administration events in a specific table called <DB prefix>auditlog_log.

For more details about the plugin and its options, check the following wiki section.


Export results to R

If enabled, you will be able to export your survey results to R.


ExtendStartpage

If activated, the pages will be displayed in the "wide" mode - the white margins will be reduced in size.


LDAP

このプラグインを有効にすると、LDAPサーバーに対して基本認証を実行できます。PHPの設定でLDAPサポートが有効になっていることを確認してください。


AuthLDAP v2.05+プラグインの設定を有効にして設定する:

  1. PHP.INIでLDAPを有効にします。
  2. phpinfo.phpでがLDAPが有効であることが示されていることを確認します。
  3. LimeSurveyにビルトインされているphpinfo.phpの場所: Configuration -- Settings -- Global Settings -- Overview テーブルの下に、"PHPInfoを表示"というリンクがあります。
  4. LimeSurvey Plugin Managerに行きます。
  5. LDAPプラグインを設定します。


詳細は、LDAP設定例を参照してください。


LimeSurvey内部データベース

このプラグインはデフォルトで有効になっており、無効にすることはできません。組み込みのLimeSurveyデータベースを使用します。これは予備として機能するもので、必要に応じいつでもログインできます。


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.


ウェブサーバー

このプラグインはウェブサーバーに認証を委ね、設定可能なサーバーから結果を読み取ります。この方法はかつてconfig.phpで設定していました。この認証を使用する場合は、プラグインメニューでプラ​​グインを有効にし、設定をconfig.phpからプラグインの設定に移動する必要があります。

FAQ


サードパーティのアドオンをインストールしたい


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.


認証プラグインの開発


独自の認証プラグインを開発したい場合は、このトピックに関するウィキ認証プラグインをお読みください。


Plugins - advanced

上級ユーザー向けのプラグインセクションを確認してください。また、LimeSurveyで動作するサードパーティのプラグインも参照してください。