Introduction
These functions let you interact with survey elements such as questions. Common uses include:
- Piping responses from previous questions into follow-up questions.
- Referencing question settings such as required selections in error messages.
- Keeping question text and logic in sync with how the survey is programmed.
Functions that require a question name as a parameter can be used anywhere in the survey. Functions that don't 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.