I’ve read many of the solutions from the community.
But none of them works in my case (or I didn’t understand them).
So I have 15 questions with 5 answers for each question. Each question has the same number of point. Each answer is tied to a profile. So if you answer A too all the questions you have a profile A.
What I want is easy compare, when the form is over, which type of profiles the users have. But it’s impossible to do that. Typeform decided to make this simple thing super complex. I can’t even use JS to run a function.
I’ve built variable score_a_vs_score_b blablabla, but I’m unable to say: score_a (from all the answers) - score_b = score_a_vs_score_b.
So what are your solutions to solve that?
Answered
Impossible to compare variable - 15 questions - 5 answers per question - 1 point per question
Best answer by john.desborough
you could do this by using this workaround
- add score_A to score_a_vs_score_b
- subtract score_B from score_a_vs_score_b
that would give you the result.
But
des
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.