Tracking the progress with variables and output to a progress bar
Hi there, this may be a silly question but I just cannot get it straight.
Here is my case. I have a project with 4 levels.
The user can go to any level at any time - there is no prerequisites to go first to the first level and then to the second.
When the user goes to the last slide of each level, s/he would complete the level. I track that with a variable.
What I would like to track also is the overall progress with 4 stars. If the user has completed level 1 and 3, two of the stars will become yellow, the other two would be white. If the user completed level 2,3 and 4 three stars will become yellow and one will be white.
I am thinking of using a variable called v_ProgressVariable and to have it incremented with 1 every time the user completes a level. However, if the user completes level 1 twice for instance, s/he would get two stars... I do not want that. I want the user to get a star only for a unique visit of a level. I imagine that I can elaborate some complex schema with disabling buttons etc., but the project is already heavy with variables and I was thinking if anyone would have a simpler idea?
Thanks in advance!
Bobby
