I’m replacing an old contest system on my site with NorrCompetition and would like to replicate the same point-based voting system I used previously.
To make voting more interesting, users had to award 5 points to their 1st place, 3 points to their 2nd place, and 1 point to their 3rd place. This approach often produced interesting results, especially when there were only a few entries or voters.
It appears that assigning 5/3/1 points is not possible within NorrCompetition by default.
My question is: would it be difficult to achieve this through custom development, so that the contest settings include an option to choose between the default voting method and a 5/3/1 point system?
-----
Alternatively, it seems theoretically possible to simulate a 5/3/1 system within the current setup by allowing users a total of 9 votes per contest and 5 votes per entry (if this setting applies per user giving the votes).
However, when I try this, the system does not allow me to cast multiple votes on the same entry in quick succession.
Is this expected