I have the following scenario:
The website presents the user with a list of choices. The user can vote for them. The user has 3 votes that he can spend. He can place all 3 votes on one item, or he can distribute them among multiple items. He can also change his vote placements later (the choices aren't fixed and a new, better choice might appear later on).
So I'm wondering what user interface element would best represent this. It should be simple, intuitive, preferably widely used. I'm thinking about something like clickable series of icons (like in lolcats and other places), but I can't figure out an intuitive way for a user to remove a vote he has placed in such a way. Maybe I could display another icon for removing a vote entirely, but that seems somehow awkward to me.
Any ideas?