In Psychology, Visual Analogue Scales (VASs) are commonly used to collect subjective responses without overtly quantifying them. They don't have gradations; just end-points. The participant is asked to click a point on the line and the distance from the end is taken to be their response. In some cases, the location on the line is illustrated with a small 'tick' in the form of a perpendicular line, so that the participant may refine their choice before submitting it.
I'm building an experiment in C# and Windows Forms. As a lazy approach, I've used a horizontal scoll bar. This clearly isn't good enough though, so I was wondering what approach people would suggest I take.