{score}. You always see the block in Studio.
For the Then action details, see also Calculate.
Examples
Create a Calculated field
In Build mode, open the Logic catalog and drag Calculated onto the canvas.Name the field
Score, Total). You will pick this name again in Calculate actions.Choose Number or Text
Text — labels, status strings, concatenation (Assign / Formula text).
Set the initial value
- Type a literal (e.g.
0for a quiz score) - Leave blank
- Or open the chevron and pick another field
Insert conditional logic and Calculate
Add an If / Else (or open Logic Board) near the questions that should change the score.- When — e.g. flamingo question is
Tiny shrimps - Then → Calculate
- Pick the target (Σ Score)
- Pick an operation, then a Value (type or pick a field)
Numeric operations
Textual operations
Formulas
Formula writes one expression instead of chaining many Add steps. Use{blockId} tokens (picker / @ in the formula editor), + − * /, and parentheses.
Worked example: scored quiz
Matches the common quiz pattern: one Score field + Add points when the answer is correct.Add Calculated Score
0Add questions
Add logic per correct answer
10Repeat for each question / point value.
Show or branch on Score
{score}, or When Score ≥ 70 → Jump to Pass page. Fill never shows the Score field itself.Number vs text engine behavior
How to use the result
FAQ
What’s the difference between Add/Subtract and Formula?
What’s the difference between Add/Subtract and Formula?
Do respondents see Calculated and Logic blocks?
Do respondents see Calculated and Logic blocks?
My score always stays 0
My score always stays 0
- Confirm Initial value is
0(or blank) and rules Add points on correct answers. - Confirm When matches the real option value.
- Confirm Calculate targets Σ Score, not another field.
- Prefer Calculate before Jump on the same screen — a Jump can skip later Calculates.
- Test on Fill / published, not only the canvas.
The form jumps to the wrong page
The form jumps to the wrong page
Can I calculate dates?
Can I calculate dates?