@andy-dienes Thanks this is good, I like your groupings. I'd also like to hold votes that are more specific, such as "for a condorcet method, what is your preferred tiebreaker approach?" With possible answers combining ballot type (ranked, ranked allowing duplicates, rated 0-100, rated 0-5) and tiebreak tabulation method (irv, plurality, borda, score)
I don't want to do anything that requires a different log in or cookie or whatever, I'd like to know where the votes are coming from, and discourage people from voting more than once or voting if they don't even introduce themselves or participate in the community otherwise. So I'd prefer just collect the ballots manually for now, from posts and signatures here, and maybe posts on reddit's EndFPTP forum. There's also the election methods mailing list....
Remember that we can do a new one at any time, and anyone in the group can post one. I'll happily tabulate them and show pretty results and share my work on a forkable codepen , at least to get people started. Anyone is free to retabulate.
I was hoping to collect high-resolution cardinal ballots. I'd suggest rate on a scale of 0-10, decimal places allowed e.g. 5.76. If anyone wants to use a different scale, such as 0 to a million, fine, whatever...it will just be normalized anyway. And then we'll show results in a bunch of different methods. People can supply an approval threshold, if none supplied it defaults to 5. So mine might look like:
Copeland/IRV [10], Ranked Robin[9.5], Any Condorcet [9], Copeland/Normalized Score [8.7], Copeland/Score [8.5], Cardinal Baldwin [8], IRV [6], STAR [5], Approval [3], Score [2], Borda[1], FPTP [0]
ApprovalThreshold: 4
(that's using what is in my signature, but some of the groupings don't make sense for a real poll, especially "any condorcet")
I'll show some ideas for the pretty results display (hopefully with some interactivity or ability to animate or whatnot) soon. You may have seen some of my work in this direction....here's a some of it: (the Sankey diagram for IRV in the upper left isn't mine but it is uses an open source library to generate them)screenvoting.png
@rob said in An idea to increase activity at this forum:
That said, in the perfect world, yes there would be a nice voting widget.
I'm gradually working toward that. I have experimented with running custom js in this forum and looking for things in posts that I can parse and replace and add interactivity. . (@Jack-Waugh has been trusting enough to allow me privileges so I can do that.... but currently nothing is running) Automatic server-side tabulation and external storage of poll data would come later if people stay interested. It's doable, but not needed to get it started.
Do you know javascript or typescript? 🙂