Forum Discussion
MattM
2 days agoCommunity Member
Trouble with Variables and Ranges
I have a branching path scenario that I want to end with the user having a Good, Moderate, or Poor outcome based on their choices. Here is the setup to attempt to achieve this: I've set each slide...
Nedim
2 days agoCommunity Member
If your custom SCORE variable is numeric, you can define conditions using a range between two values, as shown below:
Once on the results slide, you can display the appropriate layer based on the score value, as shown below:
Good Slide - SCORE variable is 16
Moderate Slide - SCORE variable is between 9 and 15
Poor Slide - SCORE variable is between 0 and 8.
Your logic for Moderate Slide SCORE variable between 9 and 15 and Poor Slide SCORE variable between 0 and 14 will cause an issue because the ranges overlap (from 9 to 14). This means some scores would meet both conditions, leading to incorrect or conflicting results.