As is becoming tradition, Amulet D20 — a fantasy community club I’m a part of — has been handed the execution of the mini painting contest on local convention (Na Meji Nevidnega; NMN) for the second year. Because we like public participation, public gets to have a say in who’s the winner.
In practice, the competition looks like this: you come and sign up for the contest with your mini. Your mini gets put into the display case for the duration of the convention. On the display case, there’s a QR code that takes you to the voting app01which is actually a webpage for very obvious reasons.

The idea behind public vote goes like this:
- You get three (3) votes per category
- You need to cast ALL three votes for your vote to be valid
The reasoning behind the second point boils down to the following: when the idea of having a voting app for various contests that our club has was first being conceived, someone said something along the lines of “I heard that this contest required everyone to hand out their vote to three participants, so that the public vote doesn’t go to the person with most friends on facebook.” I thought the idea was neat, and I was also a fan of ranked choice voting, i.e. the ability to give to vote for more than one entry while also indicating some amount preference.
In the initial version of the app, each user was thus given three votes: one worth 3 points, one worth 2, and one worth a single point. After they scanned the QR code, they were met with a scrollable list of contest entries, and a neat ‘vote’ button tucked at the bottom of each entry. When they clicked the ‘vote’ button a menu popped up, prompting users to select how many points they wanted to award to a given entry.

Concerns
This system worked well when the voting app was used for the costume contests on the quarterly thematic evenings organized by our club, which usually saw around 20 contestants. However, when NMN Mini painting contest has over 40 entries, you kinda need to scroll a lot in order to get to the entries near the bottom of the list. There were also concerns that the likelihood of public voting for a given entry could be affected by their placement on the list (though at casual glance, that doesn’t seem to be the case).

Regardless, there were changes made for this year’s public voting, as randomizing display order for each participant and making cards smaller wasn’t that hard.
Another concern that was raised was in the scoring itself. There were some concerns that 3/2/1 point ranked vote could be a bit too OP, especially as it only makes the “person with the most friends” problem even worse. Thus, we decided that for the 2025 NMN Mini Painting Contest, people will have to tick three minis that they liked the most.
The final interface ended up looking like this:

And the final voting result ended up looking something like this:

Yikes.
Last year, the valid/incomplete split was more like 180/30.
Lessons learned
So mainly, there’s two notable things that turned out to be the case. First, if your UI contains more than 3 words, then a shocking amount people won’t bother reading. Which, in retrospect, shouldn’t really be that shocking — as someone who spent too much time on /r/talesfromtechsupport and /r/iiiiiiitttttttttttt, I should have known better.
So what can be done about it?
- POPUP
The obvious option is having a “please vote for two more entries” popup after user casts the first vote. But popups have some problems of their own. As far as the common wisdom goes — the literate 66% will find them annoying. The illiterate 33% will find them annoying, won’t read them, and click whatever button will get the popup out of their face.
Or will they?
I guess some A/B testing is in order the next time I get the chance.
- Ranked vote, but with different weights
Ranked vote has proven to be highly intuitive in terms of getting people to vote for exactly three options, so why don’t we change the vote weights a bit in order to mitigate the “mr. popular” problem? Now, having the three votes be worth 1.1, 1.2, and 1.3 points is much less sexy than 1, 2, and 3 — but at the end of the day, we don’t really have to tell people how many points their votes are worth. The actual vote weights could very well be hidden behind non-numerical options such as “Favourite”, “Second favourite”, and “third favourite.”
In theory, I could even have all three options be worth the same — although I feel this option is a bit dishonest to the voting public. But then again, it’s the only way to A/B test equal-vote and ranked voting without being unfair to the contestants.
Some random contestants from this year’s Mini Painting Competition at Na Meji Nevidnega … no specific purpose, I just want to break the wall of text a bit.
Well, in about a month, I’m attending Isle of Wonders on Cres — as is tradition, by official duty. This year, they have decided they want to have public voting on their mini painting contest, which means that in about a month I get a chance to do A/B testing in prod. Neat.