Weighted Scores in a Quiz

Hello Bubble users!

I am new to bubble and I have designed a simple quiz App that calculates results in %… All questions have the same weight. However. I would like to have a separate weighted score for each question (e.g Q1’s answer is worth 10% , Question 2 is worth 20%, Question 3 is worth 15% etc… ) Can I please have advice on how can i do this?

Within your data type, add a new table e.g. ‘Points’ and assign points as a number. This will allow you to value the question in points.

You can use this point to calculate the percentage and progress, having in mind a limit of a 100 points.

1 Like

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