Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (40 loc) · 1.2 KB

3-compare.md

File metadata and controls

47 lines (40 loc) · 1.2 KB
layout title permalink
page
Compare
/compare/

How does Approval Voting relate to other voting systems?

<script src="js/helpers.js"></script> <script src="js/minpubsub.js"></script> <script src="js/Loader.js"></script> <script src="js/Mouse.js"></script> <script src="js/Draggable.js"></script> <script src="js/Model.js"></script> <script src="js/Candidate.js"></script> <script src="js/Voters.js"></script> <script src="js/Election.js"></script> <script src="js/Buttons.js"></script> <script src="js/main_sandbox.js"></script> <script> main({ description: "[type a description for your model here. for example...]\n\nLook, it's the whole shape gang! Steven Square, Tracy Triangle, Henry Hexagon, Percival Pentagon, and last but not least, Bob.", features: 4, system: "Approval", candidates: 4, voters: 3 }); </script>