I am developing a screen using student progress, for example, it has 10 activities to complete, and it is in activity 2, so this represents 20% of the total activity.
I would like to represent this through a circle, a button for the next exercise, something like this:
As I click next, the progress bar moves to the right to complete the circle, and the number goes up from 1/7 to 2/7.
I would like it done with CSS and javascript, or something. I do not want it to be done in SVG.