Actions

Plugins/ja

From LimeSurvey Manual

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

LimeSurvey2.05から、公式にプラグインがサポートされるようになりました。プラグインのうちいくつかは、LimeSurveyチームがサポートするコア機能となりますが、外部の開発者がサポートするものもあります。 Available third party plugins に行って見つけましょう。また、ご自分で書いたプラグインも登録してください。

プラグインは、利用者にLimeSurveyのカスタマイズを可能にさせ、将来のアップデートにも耐えるものです。

このドキュメントは、開発者がLimeSurveyの機能を拡張するためのものです。一般の利用者にはあまり役に立ちません。

プラグインは、iPlugin インターフェースを実装していなくてはなりません。PluginBase クラスを継承してプラグインクラスを作成するのがよいでしょう。

By extending you benefit from common functionality required by plugins that we already have implemented for you. One of these function is the implementation of the getPluginSettings function. This function must return an array describing the configuration options for the user.