Calling an Action
Call on an existing action using an expression.
Implementation:
- Switch to the Definition tab.
- Double-click the intended question.
- Enter the following expression in the Expression to Evaluate field:
RunAction( "ActionKeyword" );
- Replace "ActionKeyword" with the keyword of the action you want to run.
- Click the Save Question button.