How about this method for electing a candidate to a position ...<div><br></div><div>All candidates and other voters take an extensive multiple choice test.</div><div><br></div><div>Let p(i, j) be the number of questions that voter i and voter j answered the same.</div><div><br></div><div>For each candidate j let f(j) be the sum over i </div><div>of p(i, j).</div><div><br></div><div>Elect argmax f(j)</div><div><br></div><div>For an election where the alternatives are not voters use this method to elect a candidate voter (a voter willing to take the responsibility) whose responsibility is to pick the winning alternative.</div>