Extensions for Plone 5 that Enable Voting/Surveying Authenticated Users

My organization has a rather urgent need because of Covid-19. We have to enable our Plone (5) users to vote for candidates in an election. Obviously, we need one-vote-per-authenticated-user as well as some mechanism for counting the votes. I scanned the existing extensions for Plone 5, and the only thing that "might" fit is cioppino.twothumbs

Any other suggestions? Preferably something that we can use very soon.

You could use EasyForm with a hidden field that stores the ID of the logged in user, and it is set with a default TAL expression. Then have a validator that checks first if the ID has already voted before displaying the form.