Hi, I'm trying to make an calculation flow but I don't know if it's possible to do it with typeform. First I have this operation:
var3 = var1/(var2/100)*(var/100)
Depending on the result, a score is assigned to a final variable varfinal
And on the other hand, some multiple choice questions that, depending on the choice, add a score to that same var4.
Depending on the result of varfinal, one final result or another is displayed.
Is this possible? Thank you.