election_title: Again, very similar - this time second ballot is 5 and 0
scenario_description: |-
  Same as before (Caroline vote is the first), 
  but this time with one more person (hence one more ballot 
  - the second row) — from George:
  
  George (new ballot) he likes only Choco:
  - he loves the Choco flavor (5 stars)
  - he dislikes Vanilla (0 stars)

  We are adding up the scores given to each candidate (Tallying = Scoring Round).

voting_method: STAR   # STAR Voting - Single-winner
num_winners: 1

ballots: |-
  Choco,Vanilla
      5,      3       # Caroline — Choco (5) over Vanilla (3)
      5,      0       # George - he likes only one flavor (Choco)

expected_winners:
  - Choco

# file: 01b_c2_b2_two-candidates.yaml
