Enabling scoring
Scoring is configured per question, in the right panel under the Scoring section.- Select a question node in the canvas.
- Open the Scoring section in the right panel.
- Toggle scoring on for that question.
- Choose a scoring method and configure the values.
Scoring methods
Option map
Used with choice questions (Multiple choice, Checkbox, Dropdown, Yes/No, Emoji rating, Picture choice). You assign a point value to each option. When the respondent selects that option, its value is added to the total score.| Option label | Points |
|---|---|
| Very satisfied | 5 |
| Satisfied | 4 |
| Neutral | 3 |
| Dissatisfied | 2 |
| Very dissatisfied | 1 |
Range
Used with numeric and rating questions (Number, Star rating, Number scale, Opinion scale). The respondent’s answer is multiplied by a multiplier you set.max_stars = 5 and multiplier = 10 → a 4-star answer contributes 40 points.
Total score
The session’s total score is the sum of all individual question contributions. It is:- Available in the session detail in the responses dashboard.
- Attached to the session record in the API response.
- Usable as a condition value in branching edges (see below).
Using score in branching
You can route respondents based on their cumulative score at any point in the form. In the condition editor, select Score as the source (rather than a specific question) and use numeric operators (gte, lte, between, etc.).
Example — quiz outcome routing:
Scoring and tagging
You can combine scoring with tagging to segment respondents. For example, tag a session ashigh-value when the score exceeds a threshold using a conditional branch that leads to a Statement node with that tag.
Next steps
Conditional branching
Route respondents based on their score using numeric operators.
Results overview
See total scores and score distributions in the analytics dashboard.