Easy way to set up a score voting-based poll?

The default Poll feature here seems to allow for at least approval voting but nothing more complex than that. I don't want to use Google Forms and I've thought about setting up a poll on my own server but IDK how to figure that out in a way that would also work on old computers/web browsers that don't support modern "standards."

I'm asking because I might have an idea for a The 'Shroom section to fit next issue's theme but it would require some form of voting.
 
What do you mean by, "score voting" poll?
 
Is supporting old computers / browsers *that* important? Most web users are on their phones with auto-updating browsers and OSes. It adds a lot of extra hassle and standards haven't heavily deviated since IE6 days. I'd recommend finding your minimum target platform and go from there.

The best I could find is VoteKit. I think it only covers the backend / calculation side of it, so you'd need some other way of gathering the votes. That could be through a Google Form / similiar or adapting their algorithms into a web tool.
 
Back