Statistics logging and reporting site in ASP

They have: 135 posts

Joined: Apr 2000

I have foolishly taken on a new website project, even though I barely have time for the one I've got...but that challenge of taking on something new is irresistable Smiling.

My new site will ask its visitors to provide a series of ratings on a subject (say rate x,y,z on a scale of 1 to 5). These will then be available live on a "results" page in a series of bar graphs, each formatted like this:

Overall experiences with xxxxx (18 total responses)
1 - ===      (very bad)
2 - ====
3 - ===      (average)
4 - ======
5 - ==       (very good)
'
(where the ='s are replaced with real "bar" graphics -- can't do that in TWF messages!)

I'm looking for a couple of things:

1) any code samples that may be out there in ASP/VBasic to handle the graphing especially (the input forms should be easy enough...)

2) any sites that compile and report this type of data so I can see some working examples -- these could be in any language as I'm looking at page layouts and such

Thanks!