I don't undestand how to set up the progress bar, anyone can explain?

I am building a vocabulary flashcard. Depending on user’s action, I will update the DB field with a label below:

  1. mastered
  2. learning
  3. reviewing

the outcome I want to make is like this:

I read all the set up guide on progress bar plugin, however I can’t get it. can anyone help to explain and demo step-by-step?

Millions Thanks
Pansy

Which progress bar plugin are you referring to? The native Bubble one?

1 Like

I download these two as they are free. explanation on either one which you know is fine!

1 Like

Here is a demo. The editor is in the link below. Take a look and see if it helps you figure it out. If you have any questions about how it works, feel free to ask :slight_smile:

2 Likes

The Bubble progress bar works off a percentage. So if someone is halfway through you need to calculate 50 somewhere (e.g. 50 / 100 * 100) and point the element progress field to that.

This often catches me out, as Excel percentages work on .5 being 50%.

Remember to multiply by 100 :slight_smile:

1 Like