Changes for release

This commit is contained in:
2023-10-18 15:00:45 -04:00
parent 67f4b581bc
commit 11b8deed1d
4 changed files with 74 additions and 44 deletions

View File

@@ -14,10 +14,10 @@
}
</style>
<form id="my-form" style="background-color:#E0E0E0" action="/range_vote" method="post" oninput=UpdateValues(event)>
This page is an experiment in voting. Half of the people who visit this site will use Plurality Voting:
Voters select their top candidate, and the winner is the candidate with the most votes. The other
half will use Range Voting: Voters score all candidates <i>that they know</i> based on how happy they would be should
that candidate win. <b>You have been randomly selected to vote using Range Voting.</b>
This page is an experiment in voting. Half of the people who visit this site will use Plurality Voting, and half will use Range Voting.<br>
In Plurality Voting, voters select their top candidate, and the winner is the candidate with the most votes. Most elections in the United States use Plurality Voting.<br>
In Range Voting, voters score all candidates <i>that they know</i> based on how happy they would be should that candidate win. <br>
<b>You have been randomly selected to vote using Range Voting.</b>
<br>
<br>
@@ -31,7 +31,8 @@
</table>
<br>
<button type="submit" value="submit">Submit</button>
<button type="submit" value="submit">Submit</button><br>
Or, just show me the <a href="results">Results</a>
</form>
</body>