Hi everyone,
I'm working with the 'rating scale' tool, and I have five rating scale questions. I need to return an answer to the user based on the rating scale results. For example, in my case, I'm using four smiley faces for each rating scale question, and the values range from 1 to 4. If 3 out of 5 answers have a value of 1, I need to return one result. If 3 out of 5 answers have a value of 2, I need to return another result, and so on.
How can I create a logic function for this?
Thanks in advance!