If we want to foster good decision-making we need to add an option to allow users to submit choices to the decision. This could be a separate permission or there could be some sort of moderation mechanism.
If we want to foster good decision-making we need to add an option to allow users to submit choices to the decision. This could be a separate permission or there could be some sort of moderation mechanism.
Comments
Comment #1
anarcat commentedWe will probably not address this before the next release unless someone else wants to tackle this or if Chris does it *and* we take time to merge it.
Comment #2
anarcat commentedThis was implemented in Advpoll.
Comment #3
anarcat commented#632500: Write-in support has been marked a dupe of this.
Comment #4
nschloe commentedsubscribe
Comment #5
Marat commentedsubscribe too
Comment #6
aitala commentedI would also be interested in this feature.
Thanks for a very useful module.
Eric
Comment #7
nschloe commentedIf I see things correctly, this is the only thing the Advanved Poll Module has and Decisions doesn't. Considering the fact that Advanced Poll doesn't seem to be well maintained anymore (no commit for a year, 6.x version stuck it dev state, XHTML errors,...), this is the only reason I can see why there's still so many more downloads on their side as compared to the Decisions usage stats, i.e., people being stuck with a half-cooked module (e.g., me :) ).
--Nico
Comment #8
polskikrol commentedHaving Write-In functionality would definitely help this module be the one of choice for setting up such items as board elections, etc on drupal sites. Should probably be addressed for Version 2.0.
Comment #9
polskikrol commentedStarted working on a patch to enable this option...
- Per node ability to select 'Enable answer write-in' enabled/disabled under 'Decision settings'
- New database update via alter to put in the new configuration setting. (Will be using function decisions_update_6002 in 'decisions.install'.)
Will work tomorrow on the AJAX submission piece. Only issue I see currently is whether to allow a user to remove an added option. By default, the added answer option will be the one the user votes upon. Would need some logic to remove the added user if the user cancels their vote and no one else has already voted for the added user. A future addition would also be the ability to force the writein option to a set of particular values. For example, if performing voting on a user, locking the selection of a writein to any registered username within the site. This may prove to be a little complicated, thus for now just focusing on the writein of an 'answer' via a text field.
Comment #10
nschloe commentedThis is great news!
Is there any code for testing yet?
Comment #11
ricks03 commentedsubscribe