Actions

Translations

Expression Manager/76/de: Difference between revisions

From LimeSurvey Manual

m (Text replace - "ü" to "ü")
m (Text replace - "ä" to "ä")
Line 3: Line 3:
**[[Accessing the source code|Downloade und installiere die Quellcodes]] von [https://limesurvey.svn.sourceforge.net/svnroot/limesurvey/source/limesurvey_ci dieser Seite].
**[[Accessing the source code|Downloade und installiere die Quellcodes]] von [https://limesurvey.svn.sourceforge.net/svnroot/limesurvey/source/limesurvey_ci dieser Seite].
**Starte das Installationsskript:  http://localhost/limesurvey_ci/index.php/installer
**Starte das Installationsskript:  http://localhost/limesurvey_ci/index.php/installer
*Entdecke alle Testfälle
*Entdecke alle Testfälle
**http://localhost/limesurvey_ci/index.php/admin/expressions/test
**http://localhost/limesurvey_ci/index.php/admin/expressions/test
**Hinweis: Du musst dich vorher anmelden
**Hinweis: Du musst dich vorher anmelden
Line 9: Line 9:
**[http://www.limesurvey.org/en/additional-downloads/Surveys/ExpressionManager-Demo/ ExpressionManager-Demo Umfrage]
**[http://www.limesurvey.org/en/additional-downloads/Surveys/ExpressionManager-Demo/ ExpressionManager-Demo Umfrage]
*Lese die folgenden Dokumentationen
*Lese die folgenden Dokumentationen
**Und die [[Expression Manager HowTos|Anwendungsfälle und Anleitungen]]
**Und die [[Expression Manager HowTos|Anwendungsfälle und Anleitungen]]
**Und die [[Expression Manager for developers|Entwickler-Dokumentierungen]], wenn du dazu tendierst.
**Und die [[Expression Manager for developers|Entwickler-Dokumentierungen]], wenn du dazu tendierst.
*Bitte gib uns in unseren Foren eine Rückmeldung, falls sie zusätzliche Dokumentationen oder Beispiele benötigen um den AM klarer und einfacher bedienen zu können
*Bitte gib uns in unseren Foren eine Rückmeldung, falls sie zusätzliche Dokumentationen oder Beispiele benötigen um den AM klarer und einfacher bedienen zu können

Revision as of 23:39, 2 May 2013

Message definition (Expression Manager)
The best way to get started with EM is to:
*Install the latest stable version from http://www.limesurvey.org/en/download 
*Import and explore the [[ExpressionScript sample surveys|sample surveys]].
*Explore the [[ExpressionScript How-tos|use cases and HowTos]] and [[ExpressionScript examples|step-by-step examples]].
*Explore the EM documentation (this page)
*Examine the built-in EM test suite
**From any survey, under tools, select the EM option
**Available Functions lists the 70+ functions and syntax
**Unit Tests of Isolated Expressions
***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.

Hier sind die ersten Schritte: