Closed (fixed)
Project:
Decisions
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2010 at 20:17 UTC
Updated:
1 Dec 2012 at 18:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
anarcat commentedI agree! if people want to work on this, they should probably take a look at how it's done in poll.module (or maybe advpoll.module) to avoid reinventing the wheel...
Comment #2
ezra-g commentedI'm not aware of ranking in Poll module but the core table drag functionality would probably be helpful here: http://api.drupal.org/api/function/drupal_add_tabledrag/6 .
Comment #3
Bojhan commentedThis would be major, in my view. Voting should not be obstrcuted by bad usability.
Comment #4
sunThis had a negative impact on the DA elections: https://association.drupal.org/election2013-results#comment-3503
Attached patch turns the ranking choices into a draggable table. Doing this was a matter of minutes. :-/
Comment #5
dig1 commentedThis is a copy of my comment https://association.drupal.org/election2013-results#comment-3533.
In summary, Drag and Drop functionality is a nice tactic...but the whole voting strategy needs to change so voters can learn more easily and quickly about the candidates.
Comment #6
anarcat commentedI assume this degenerates properly in the absence of javascript? Has anyone else tested this?
Sorry for the delay, thanks for the patch.
Comment #7
anarcat commentedcommitted, thanks.