Organization Snippets

Functions

Published 2026/07/09

Functions are reusable JavaScript logic blocks that can be called from within task interfaces. They encapsulate calculations, transformations, or validation logic that you want to share across multiple questions or tasks.

Use Cases

  • Calculating a score or derived value from candidate input.
  • Transforming or formatting data before it is displayed.
  • Validating candidate input against custom rules.

Functions are managed in Organization → Content → Snippets → Functions.

Go back