Actions

Translations

ExpressionScript - Presentation/18/ja: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
 
Line 2: Line 2:
*https://www.limesurvey.org/en/download から最新の安定版をインストールする  
*https://www.limesurvey.org/en/download から最新の安定版をインストールする  
*Import and explore some [[ExpressionScript sample surveys/ja|サンプルアンケート]]をインポートして確認する
*Import and explore some [[ExpressionScript sample surveys/ja|サンプルアンケート]]をインポートして確認する
*[[ExpressionScript how-tos/ja|使用例やHow-to]]、[[ExpressionScript examples/ja|ステップバイステップの例]]を参照する
*[[ExpressionScript How-tos/ja|使用例やHow-to]]、[[ExpressionScript examples/ja|ステップバイステップの例]]を参照する
*EMに関するドキュメント(このページ)を読む
*EMに関するドキュメント(このページ)を読む
**分離された式の単体テスト(高度)
**分離された式の単体テスト(高度)
***すべてのEM関数と演算子、PHPとJavaScriptの結果の使用例を表示
***すべてのEM関数と演算子、PHPとJavaScriptの結果の使用例を表示
***PHPとJavaScriptのバージョンで異なる結果を生成する関数はほとんどないので、このページの内容を踏まえ、EMロジックを適切に計画することが可能
***PHPとJavaScriptのバージョンで異なる結果を生成する関数はほとんどないので、このページの内容を踏まえ、EMロジックを適切に計画することが可能

Latest revision as of 01:53, 20 May 2020

Message definition (ExpressionScript - Presentation)
The best way to get started with the EM is to:
*Install the latest stable version from https://www.limesurvey.org/en/download. 
*Import and explore some [[ExpressionScript sample surveys|sample surveys]].
*Explore the [[ExpressionScript How-tos|use cases and how-tos]], and the [[ExpressionScript examples|step-by-step examples]].
*Explore the EM documentation (this page)
**Unit Tests of Isolated Expressions (advanced)
***shows examples of using all EM functions and operators, and the PHP and JavaScript results;
***note there are few functions that generate different results in the PHP and JavaScript versions, so this page lets you plan your EM logic accordingly.

式マネージャーを始める最善の方法は以下のとおりです。

  • https://www.limesurvey.org/en/download から最新の安定版をインストールする
  • Import and explore some サンプルアンケートをインポートして確認する
  • 使用例やHow-toステップバイステップの例を参照する
  • EMに関するドキュメント(このページ)を読む
    • 分離された式の単体テスト(高度)
      • すべてのEM関数と演算子、PHPとJavaScriptの結果の使用例を表示
      • PHPとJavaScriptのバージョンで異なる結果を生成する関数はほとんどないので、このページの内容を踏まえ、EMロジックを適切に計画することが可能