Option polls with indefinite duration? #217
Replies: 5 comments 2 replies
-
Hi @makoConstruct , Then, thank you for suggesting this feature. It sounds like an interesting and valid use case. For now, I think the fastest solution I could offer at this point is:
Would that help for now? If so, I guess we can include this feature in the backlog for V1.0. It would however not copy the earlier waps, so participants would have to evaluate all options freshly. So the next step would be:
Btw, I will turn this issue item into a discussion item until we settled on what solution we want. |
Beta Was this translation helpful? Give feedback.
-
So in the use case you have in mind, you expect most user's preferences to basically stay the same from poll to poll even though some options get removed and others added?
A wap (willingness to approve) is the main information that a poll participant gives to each option when participating in a poll. It is a number between 0 and 100 that the participant selects via a slider. 0 means "don't approve", 100 means "approve for sure", 1–99 means "approve if enough others approve". See the app's help page for more details. On the code level, waps are called "ratings", but in the user interface of the app, we later decided to avoid the term "rating" and use the invented word "wap" instead, because early tests showed that that word suggested some wrong assumptions about the tallying algorithm. |
Beta Was this translation helpful? Give feedback.
-
This points to an important issue even without the context of repeated polls: How to deal with options that are added by participants only after a poll has started, maybe even shortly before the end.
In the context of the last point, I want to emphasize that the ranking is not by total wap sum but by number of approvals. (Only if two options happen to have the exact same number of approvals, then the total wap sum serves as a tie-breaker for their ranking). Still, you are right that new options, getting initially a default wap of zero from all participants, will have initially no approval and therefore show up at the bottom of the list. One more reason to notify users of their presence. |
Beta Was this translation helpful? Give feedback.
-
Maybe there should be two phases to each poll then: requesting options, and then having people vote on them. This would reduce the number of notifications produced by each poll to exactly 2, it would obligate much less attention, instead of having to pay ongoing attention to a poll, there would be two periods where users can look in on it at any time and then be done with it. |
Beta Was this translation helpful? Give feedback.
-
Ah, but the interactivity is an essential feature of vodle that allows participants to see when they need to spend more effort to find a compromise option when there is not enough agreement yet. We will certainly not disable that! There is no "be done with it", it is a process that is meant to end in as broad an agreement as possible, aiming for consensus. |
Beta Was this translation helpful? Give feedback.
-
I'm thinking of using a long-running vodle choice poll to pick topics for my meetup group. Whatever the top option is would be picked, and then it would be removed, and we'd do the next top on the next event, and so on. We would not want to throw away the losing suggestions, as today's unpopular option is tomorrow's best available compromise. It's possible this wont really be good, but I'd like to try it.
Apologies if this is possible by like, taking a concluded poll and cloning it or editing it repeatedly with a new closing date, or something. I wasn't able to create a poll and test the thing because of a bug that's too obvious to bother reporting (the "[tick] ready" button is, I think, greyed out, and clicking it does not work).
Beta Was this translation helpful? Give feedback.
All reactions