I amusing typeform to build a skills maturity assessment. I am using the @score variable to calculate the overall maturity level, which is linked to one of three endings. However, the assessment also has 3 individual sections, and I want to calculate and display scores for each of the sections on each ending screen as well.
I have built number variables for each section (@section1, @section2, etc. and assigned logic to add value to the variable based on each answer in the section. However, on the ending screen, I want to display a text value using Recall instead of the number value. So, for Section 1, instead of seeing a result of 3/7, they see a text value like โJuniorโ.
Is there a way to assign text values to variables AND number values so you can count a score for the section variable? Is there a place to build logic like this (Iโm thinking something like โIf @variable is equal or less than seven, display Text โJuniorโโ. Anyone try something like this?