I need to create a poll that is to create a ranking list of items in order of how good they are. I intend to show each user two items together and make them choose one which the
My assumptions, based on your comment, proceed as follows.
For clarification, do you intend to set it up so user's see two random distorted images, or will you associate distorted images with specific original images?
If you intend to associate specific distorted images to specific original images, I think my idea will work.
You can expand beyond this to start ranking original image "groups" as well if you have a counter for total overall votes. You just normalize those (image_votes / total_votes) * 100 and sort it. Then you'd get a "ranking" of which images appear(ed) the most.