Forum Discussion
DanielSchwar971
2 years agoCommunity Member
Text variable
Hi,
I've been trying to create a branching scenario using a text variable. This is based on one of the workshops. But I can't seem to make it work correctly. I've downloaded the practice file a...
ChristyTucker
2 years agoCommunity Member
What exactly is going wrong? What steps can someone take to replicate the problem? What happens now, and what do you expect to happen instead?
I can see that your quiz branching won't quite work, since you have the triggers set to exact values rather than ranges. You have 3 options:
- 30 points
- 15 points
- <15 points
But what if someone gets 22 or 25 points? You don't have a trigger set to handle any numbers from 15-29.
Instead of setting the middle trigger to If Results.ScorePoints = value 15, set it to
If Results.ScorePoints ≥ 15
and Results.ScorePoints ≤ 29
(That's greater than or equal to 15 and less than or equal to 29.)
I don't know if that's the problem you were trying to solve though.