Translations:Expression Manager - presentation/147/en
From LimeSurvey Manual
Expression Manager provides read-only access to whichever variables you might need. For backwards compatibility, it provides access to the following:
- TOKEN:xxx - the value of a TOKEN (e.g., TOKEN:FIRSTNAME, TOKEN:ATTRIBUTE_5) (only for not anonymous survey).
- INSERTANS:SGQA - the display value of an answer (e.g., "Yes") - similar to using {QCODE.shown}.
- All {XXX} values used by templates.
- In question text, you can use {QID} replaced by the question id and {SGQ} replaced by the SGQA of the question.