Hello, I was wondering if anyone could help me.
At the moment, I have some quizzes on a site which store the result in to a database.
there are 6 quizzes in total and the the fields in the database are.
Quizresult1, Quizresult2 Quizresult3 Quizresult4 Quizresult5 ,Quizresult6.
What I would like to do is display a progress bar at the top of the page which shows a percentage of the quizzes taken.
So e.g. if the user has filled out Quiz 1, 3, and 6 the completion bar would show 50%.
Does anyone have any ideas or suggestions?