Actions

Translations

Translations:Check survey logic - Advanced/211/en

From LimeSurvey Manual

Colors in ExpressScript syntax

Conditions and equations are syntaxhighlighted to easier figure out what you are looking at:

  1. Green / Light Blue: A variable that references a question earlier in the survey
  2. Blue: A function
  3. Grey: A string expression
  4. Brown: A TOKEN expression (participant data)
  5. Black: Operator

Things to check:

  1. Purple: A variable that references a question later in the survey. Usually this is an error and needs to be checked.
  2. Red or red frame: A non-existing variable or reference to an earlier question or a syntax error - usually needs to be checked.