Creating Personality Quiz On Bubble?

Hey,
Is it possible to create a personality quiz of this sort on a smaller scale?

How can I go about with it? Is there a way for me to assign different numerical value for different options under different questions & then sum it up. Then, assign a Personality to each of that sum & show it to the user.

Eg:
Q1
Option 1 - ( 10 ) Option 2 - ( 20 )
Q2
Option 1 - ( 40 ) Option 2 - ( 55 )

Possibilities
Personality 1 - 10+40 - 50
Personality 2 - 10+55 - 65
Personality 3 - 20+55 - 75
Personality 4 - 20+40 - 60

How can I set up such calculation? Or is there an easier way

Yes - you’d use states and possibly a database field to hold a running tally of the points.

So something like, when Q1 = “X”, make changes to thing “runningTally” = “runningTally +10”

Tal
nocodify.com

Would you be able to create a course on this? On your platform. Would love to buy it

Good idea :slight_smile:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.