Survey Using jQuery Star Rating Widget
I recently built a survey using the jQuery Star Rating Widget. With a little work and jQuery magic I came away with a survey that looks good, provides the ability to add an explanation when the user selects a value on the low end of the scale and degrades fairly gracefully when JavaScript is disabled.
JavaScript Enabled:

A Low Rating with JavaScript Enabled:

All jQuery Involved:
HTML for First Rating:
JavaScript Disabled:

I hope this helps you get started. I will leave it to you to figure out how to validate and then capture the data and store it in whatever repository you choose.