Defining Trigger Actions
An action is triggered if one or more conditions are met.
You may specify the following actions:
Set Value
The “Set Value” trigger enables you to initialize an answer.
This way you can suggest a default answer. Yet, the respondent can modify this answer.
In the example below, the answer to Question 3 is by default “Pass”.
Copy Value
“Copy Value” enables to copy the answer to another answer.
In the example below, answer to Question 2 is used to fill in the answer to Question 1.
Run expression
“Run expression” enables to automatically calculate an expression to display the result by default in an answer.
An expression uses possible answers internal values.
To be able to use a mathematical expression, you must:
• use a question type of the following type:
• Yes/No (boolean)
• Radio button group
• Dropdown
• have integers as possible answers internal values
• 0 = false
• 1 = true
In an expression, you may:
• combine text and values, for example:
'The result is' + ({question1} + {question2})
• use functions such as: if(), today(), age(), min(), max(), count(), avg() .