How to create a product recommendation quiz

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’.

If I didn’t need separate pages, filters would be perfect as per Robert Petitto’s video

Is there a way I can implement this over different pages, or even mimic page progression by hiding and revealing?

Or… is there a much simpler way of creating a product recommendation quiz app ?? :smile:

Thanks in advance :pray:

I replied here:

Wow! You found both of my questions!

I’ll try them out and let you know how I got on.

Many thanks :pray:

Yes! I created one a while ago with Classic Apps.

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.

You can demo the app here → QuizTron Demo

And here is a full live tutorial showing how I built it → https://youtu.be/1kpl1F_FIDo

Please note it was built with Classic Apps but similar logic could be implemented in the new version of Glide.

3 Likes