Introduction
These functions let you interact with survey elements, such as questions.
You can use them to:
- Pipe responses from previous questions into follow-up questions
- Reference question settings (such as required selections) in error messages
- Keep question text and logic in sync with how the survey is programmed
Functions that require parameters (such as a question name) can be used anywhere in the survey. Functions that do not require a question name can only be used within the question they reference.
Some functions work across multiple question types but may return different results depending on the type. Make sure the function you use returns the expected value.