I'm glad ABIF can handle equal rankings.
But what about skipped rankings?
When voters mark ballots, e.g. on a Dominion ballot, they are presented with a grid
first second third fourth
c1 _ _ _ _
c2 _ _ _ _
c3 _ _ _ _
c4 _ _ _ _
Different jurisdictions invalidate choices with different rules. E.g. in Alaska, two skipped rankings means further rankings are ignored. In Colorado, that happens with a single skipped ranking.
I think we should support exact representations of such ballots so people can write software to process them according to the different rules.
I guess all that requires for ABIF is making it clear that the ">" sign can appear any number of times at the beginning of a list of preferences, or between preferences.
e.g. 42:>Memphis>>Nashville=Chattanooga for 42 voters who skipped the first preference and the third, and ranked Nashville and Chattanooga both in fourth place.
Is that already handled?
Can it be?
I'm glad ABIF can handle equal rankings.
But what about skipped rankings?
When voters mark ballots, e.g. on a Dominion ballot, they are presented with a grid
Different jurisdictions invalidate choices with different rules. E.g. in Alaska, two skipped rankings means further rankings are ignored. In Colorado, that happens with a single skipped ranking.
I think we should support exact representations of such ballots so people can write software to process them according to the different rules.
I guess all that requires for ABIF is making it clear that the ">" sign can appear any number of times at the beginning of a list of preferences, or between preferences.
e.g.
42:>Memphis>>Nashville=Chattanoogafor 42 voters who skipped the first preference and the third, and ranked Nashville and Chattanooga both in fourth place.Is that already handled?
Can it be?