added support for results for full elections
[selectricity-live] / app / views / common / _methodinfo_approval.rhtml
1 <p><font size="-1">(This algorithm assumes that top two choices are "approved.")</font></p>
2
3 <div class="rbmoreinfo">
4 <h4>About Approval Voting</h4>
5
6 <p><%= link_to "Approval voting",
7 "http://en.wikipedia.org/wiki/Approval_voting" %> is a voting system in
8 which each voter can vote for as many or as few candidates as the voter
9 chooses.  Approval voting is a limited form of range voting, where the
10 range that voters are allowed to express is extremely constrained:
11 accept or not.</p>
12
13 </div>

Benjamin Mako Hill || Want to submit a patch?