I’ve created a personality quiz. Each question is weighted and based off the average score of the questions the user is given a personality style.
I have a number field that calculates the average. On a set of questions, if the user scores higher than 50 they get the “Collaborative” personality trait. If less than 50, they get the “Independent” personality trait.
How do I take the value from the number field and convert that to a text string based of the number be great than 50? Ideally, I would be able to use an if else statement in the default value, but I can’t seem to figure out how to set that up.