Not sure where to post this, but just thought it could be useful for somebody.
I have looked for a solution to drag and drop objects and how to save the coordinates of those dropped objects.
With some jQuery and other snippets/ideas/help from the LS forum I have a working example.
You can also download the lss if you like at the bottom of the post.
Out of curiosity: Is it possible to add axes to the drag and drop area and have e.g. a smaller circle as only element?
That way one could save coordinates e.g. for a price/importance question like "How important is feature X for you and how much would you spent for it?".
There are many other examples of how to use such a two axis feature.
Yes I think this could be done without too much work.
The background image from this dropzone div could have something displaying that.
Or making another div block around the dropzone div with such a background.
When I have some more time I could create an example.