Skip to content

Instantly share code, notes, and snippets.

@dsernst
Created July 31, 2025 02:30
Show Gist options
  • Select an option

  • Save dsernst/e5538b2c18bf47820102bca08001ebde to your computer and use it in GitHub Desktop.

Select an option

Save dsernst/e5538b2c18bf47820102bca08001ebde to your computer and use it in GitHub Desktop.
Example of STAR Voting with SIV — ballot https://siv.org/election/1753924540547/vote?auth=link
[
{
"id": "item",
"type": "score",
"title": "What's the best flavor of ice cream?",
"description": "STAR Voting — Score Then Automatic Runoff\n• Give your favorite choice(s) five stars.\n• Give your last choice(s) zero or leave blank.\n• Score other choices as desired.\n• Equal scores indicate equal support.",
"options": [
{ "name": "Vanilla" },
{ "name": "Chocolate" },
{ "name": "Strawberry" },
{ "name": "Mint Chip" },
{ "name": "Rocky Road" },
{ "name": "Espresso" },
{ "name": "Mango" }
],
"write_in_allowed": false,
"min_score": 0,
"max_score": 5
}
]
@dsernst
Copy link
Author

dsernst commented Jul 31, 2025

Ballot Designer:

image

@dsernst
Copy link
Author

dsernst commented Aug 12, 2025

Ballot:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment