pollka-devs team mailing list archive
-
pollka-devs team
-
Mailing list archive
-
Message #00015
[Bug 618313] Re: Count of total votes placed allows non-integer values
I don't know how it's supposed to be done cause i don't know the logic part here, but i found that its generated by calculating
number of votes / ( total questions +1 ), i don't mind fixing it if i understand what is supposed to be done instead.
--
You received this bug notification because you are a member of Pollka
Developers, which is subscribed to pollka.
https://bugs.launchpad.net/bugs/618313
Title:
Count of total votes placed allows non-integer values
Status in Pollka Polling Software:
Confirmed
Bug description:
In admin.php, my vote count now reads "There were 2 voters registered
and 0.5 vote sets were validated by email tokens" after some fiddling
around with test data in the db. I suspect that this is less likely
when there isn't someone monkeying around with the backend in mid-
poll, but still, a vote set should be discrete (and would probably be
simplest as a count of auth tokens validated rather than calculated
from # of questions answered).
References