-
Notifications
You must be signed in to change notification settings - Fork 8
/
medium-rcvis.json
52 lines (52 loc) · 1 KB
/
medium-rcvis.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"config" : {
"contest" : "Favorite ice cream flavors",
"date" : "2019-11-17",
"jurisdiction" : "Sample Data",
"office" : "Council",
"threshold" : "600"
},
"results" : [ {
"round" : 1,
"tally" : {
"Vanilla" : "500",
"Blackberry" : "350",
"Banana" : "100",
"Strawberry" : "250"
},
"tallyResults" : [ {
"eliminated" : "Banana",
"transfers" : {
"Vanilla" : "50",
"Blackberry" : "25",
"Strawberry" : "25"
}
} ]
},
{
"round" : 2,
"tally" : {
"Vanilla" : "550",
"Blackberry" : "375",
"Strawberry" : "275"
},
"tallyResults" : [ {
"eliminated" : "Strawberry",
"transfers" : {
"Vanilla" : "25",
"Blackberry" : "250"
}
} ]
},
{
"round" : 3,
"tally" : {
"Vanilla" : "575",
"Blackberry" : "625"
},
"tallyResults" : [ {
"elected" : "Blackberry"
} ]
}
]
}