D3.js Emotional Feedback Slider

Slider with slide event: 75

d3.slider().on("slide", function(evt, value) {
  d3.select('#slider3text').text(value);
})

This is a slider that is intended to replace the likert style forms. I used d3 because it allows for the neat mapping of colour scales. which gives the element that nice, red, green transition. This element can be used on most kind of feed back forms.

It's disadvantages

Room for improvment, neater code, nicer smiling faces, a greater degree of diffrent faces, be more more modular like a jquery plugin.