Compare commits

...

1 Commits

Author SHA1 Message Date
Cursor Agent adc95d7454 fix: update conditional logic docs to block terminology
Co-authored-by: Johannes <jobenjada@users.noreply.github.com>
2026-05-06 12:45:45 +00:00
@@ -87,14 +87,14 @@ Action is of the following types:
![Action Require](/images/xm-and-surveys/surveys/general-features/conditional-logic/action-require.webp)
* **Jump to Question**: Skip to a specific question. The user will be redirected to the specified question based on the condition.
* **Jump to Block**: Skip to a specific block. The user will be redirected to the specified block based on the condition.
![Action Jump](/images/xm-and-surveys/surveys/general-features/conditional-logic/action-jump.webp)
* **Save Logic**: Click the `Save` button to save the logic block.
## Question Logic
## Block Logic
This logic is executed when the user answers the question. Logic can be as simple as showing a follow-up question based on the answer or as complex as calculating a score based on multiple answers.
This logic is executed when the user reaches the block. Logic can be as simple as showing a follow-up block based on earlier answers or as complex as calculating a score based on multiple answers.
![Question Logic](/images/xm-and-surveys/surveys/general-features/conditional-logic/question-logic.webp)
![Block Logic](/images/xm-and-surveys/surveys/general-features/conditional-logic/question-logic.webp)