0

I am currently working on an online quiz component and need to add a progress bar to the page for users to see their total progress through the quiz (eg. if they have done 2/50 questions the bar will be at 4%). Something that looks similar to this except as a standalone progressbar and not a column in a gridview.

Without writing one from scratch does anyone know of any existing components or samples that exist for this?

Please note that since it is not for a client side or asynchronous process I am NOT looking for one that uses AJAX/JQuery/Javascript (they seem to be all I find when searching!).

2 Answers 2

1

You don't have to use Ajax to use the JQuery UI Progress bar.

It looks quite nice too:

http://jqueryui.com/demos/progressbar/

If you use it and it looks odd, you'll need to ensure you're including the JQuery UI CSS files.

Sign up to request clarification or add additional context in comments.

1 Comment

Nice, but as i said in my question looking for one without JQuery :)
0

This describes a fairly easy way to do this with a little bit of html and css: Shiny Progress Bar Technique

2 Comments

Perfect, nice and simple exactly what i was looking for!
Link dead. This is why you don't just link answers. -1

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.