Hi,
Im building a typeform that will have a core structure of 30 some questions, which based on the answers provided here, will lead to one of 4 typeforms. Each of the four typeforms has a unique logic structure which means, that as the users goes through one of the 4 TypeForms their answers to some of the first questions will determine how many questions they go through in total. There is a branching logic behind each TypeForm which means the user journey through can vary depending on the users answers.
Is there any way that I can calculate an average score based on the answers? all equations I have come across requires a divide with the amount of questions (In this case that will only be possible to know if I code each potential combination one by one). Is there a smarter way? otherwise im looking at 800-1000 questions and the following 4-5.000 rules.
It is a very easy task in excel, so I hope it is just me not knowing how to apply this logic to a TypeForm..