I’m trying to build a product recommendation quiz, where I can ask a set of questions, move to another page, ask another question to refine further etc etc.
I have separate tables for specifications, benefits, user needs etc. I don’t know how to relate them [I’m used to Notion’s ‘relations’.
Basically, there is a Questions table and each of the possible answers adds/removes bias points towards one of the possible products to be recommended.
At the end of the quiz, the total bias points are summed so it recommends the product with the most points.
Each question is shown on its own screen. Answering one question leads to the next until all are completed and you get the final recommendation.