Fri, Feb 27
Improvement

getLabel supports multiple selections and quota assignments

Use getLabel to pipe selected items from a previous question or quota groups into a single, formatted list.

Insert the function into a follow-up question like this: 
{{getLabel("Question name")}}

The respondent will then see a list of their selections, automatically formatted based on how many items were chosen:

  • 1 item: Red

  • 2 items: Red and Yellow

  • 3+ items: Red, Orange, and Yellow

With the recent addition of language tags, these separators are automatically translated for each survey language—no additional setup required.

For example, in German (de), the lists appear as:

  • 1 item: Rot

  • 2 items: Rot und Gelb

  • 3+ items: Rot, Orange und Gelb

“und” is automatically translated from “and” by the browser.

Browse all scripting functions.

1