election_title: "STAR à la Approval — 0/1 & marker ballots are legal on a STAR ballot"

scenario_description: |-
  A STAR file (voting_method: STAR): it shows that approval-style 0/1
  scoring and every ballot marker are LEGAL on a STAR ballot. Eight ballots
  exercise the whole marker set — blanks (-), a race abstention (~), an
  all-zero ballot, and a max-everything 5,5,5,5 — all tabulating as documented
  (markers count 0 and are reported honestly). D wins. For real Approval
  counting (most approvals wins), see 04_Approval/.
voting_method: STAR

num_winners: 1
ballots: |-
  A,B,C,D
  -,-,1,1
  -,-,0,0
  1,0,0,1
  1,1,0,1
  ~,~,~,~
  0,0,0,0
  5,5,5,5
  -,-,-,-

expected_winners:
  - D

# file: star_ala_approval.yaml
