I’m building a quiz for product recommendations.
The quiz logic is set up so that each answer carries certain weights for every product, the weights for each product are added together and then normalized so that the final quantity of products recommended is fixed (we sell box sets of a certain size).
For this I’ve created variables for all our products, the weight calculations are done on the variables and the final result is a list of all the normalized variable values. But the google sheet result form does not show all the final variable values, only the standard score variable.
I’ve seen in other posts that the sheet will show all variables only when the quiz is set up as an outcome quiz, but this will not work for us because we would have to remove all the logic that leads to product recommendation quantities.
Is it possible to have all the final variable values included in the result sheet?