From 59bdd5f065034df973649c493520fa4f0cd1230e Mon Sep 17 00:00:00 2001 From: Johannes <72809645+jobenjada@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:21:53 -0700 Subject: [PATCH] docs: add recall info to variables (#5977) --- docs/xm-and-surveys/surveys/general-features/variables.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/xm-and-surveys/surveys/general-features/variables.mdx b/docs/xm-and-surveys/surveys/general-features/variables.mdx index b4911d050d..116ccea7e8 100644 --- a/docs/xm-and-surveys/surveys/general-features/variables.mdx +++ b/docs/xm-and-surveys/surveys/general-features/variables.mdx @@ -26,7 +26,7 @@ There are two types of variables you can add to your survey: ![created variables](/images/xm-and-surveys/surveys/general-features/variables/created-variables.webp) -## Use case: +## Use cases - **Quiz**: You can use variables to create a quiz. For example, you can add a variable `score` and update it every time a user answers a question. You can also use the variable for recall to show the final score to the user. @@ -52,6 +52,9 @@ Variables are different from hidden fields in the following ways: ![Logic with variables](/images/xm-and-surveys/surveys/general-features/variables/logic-with-variables.webp) +### Recalling Variables in the Survey + +You can recall show the variable value to the respondent by using the [Recall Data](/xm-and-surveys/surveys/general-features/recall) function. To know more about how to use logic in Formbricks, check out the [Conditional