Piping

Print version

What this feature is, why you should use it and when

Step by step implementation of this feature

Additional Information

Example

Sample survey

Video Tutorial

This section explains what the "Piping" is and why you should use it

What: This feature allows you to prepopulate questions, answer choices, the "Thank You Page", the "Welcome Back Page" with responses given to the previous questions of the same survey.

Why: This feature uses 'tokens' to achieve this.

We are about to show you step by step how to implement this feature

To use piping you should follow the steps bellow:

  1. Go to edit question, "Thank You Page" or "Welcome Back Page" to prepopulate them with responses from the preceding questions.
  2. Insert a token referring to the corresponding response.
  3. Save your settings.
  • Use tokens in the following format [QX], [QX.AY] or [QX.AY.CZ].
  • [QX] refers to question number X. For example, [Q4] refers to question number 4.
  • [QX.AY] refers to question number X and answer number Y. For example, [Q10.A3] refers to answer number 3 in question number 10.
  • [Q2.A*] refers to all the answers to question 2 selected by the respondent (this token type is used for questions that allow more than one answer - 'Check All That Apply' and 'List box').
  • [QX.AY.CZ] refers to 'Matrix' type question number X, answer number Y and column number Z.
Note

Using tokens in braces like this {QX} or {QX.AY} you will be able to format responses manually using HTML tags, for example <b><i>{QX.AY}</i></b> is identical to [QX.AY].

Autocomplete function allows you faster and easier enter piping expressions. After entering [Q], [QX.A] or [QX.AY.C] system will show you the list of available questions, answer options or answer columns (for 'Rate' and '3D Matrix' questions) accordingly. Picked element will be substituted by its survey sequence number.

There are several things you should keep in mind when using 'Piping' feature:

Here is an example of using tokens:

See Also: