-
Notifications
You must be signed in to change notification settings - Fork 47
/
totals_per_level.json
71 lines (71 loc) · 1.17 KB
/
totals_per_level.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"2.2": {
"A": {
"all": 32,
"perceivable": 9,
"operable": 14,
"understandable": 7,
"robust": 2
},
"AA": {
"all": 55,
"perceivable": 20,
"operable": 20,
"understandable": 13,
"robust": 3
},
"AAA": {
"all": 86,
"perceivable": 28,
"operable": 34,
"understandable": 21,
"robust": 3
}
},
"2.1": {
"A": {
"all": 30,
"perceivable": 9,
"operable": 14,
"understandable": 5,
"robust": 2
},
"AA": {
"all": 50,
"perceivable": 20,
"operable": 17,
"understandable": 10,
"robust": 3
},
"AAA": {
"all": 78,
"perceivable": 29,
"operable": 29,
"understandable": 17,
"robust": 3
}
},
"2.0": {
"A": {
"all": 25,
"perceivable": 9,
"operable": 9,
"understandable": 5,
"robust": 2
},
"AA": {
"all": 43,
"perceivable": 14,
"operable": 17,
"understandable": 10,
"robust": 2
},
"AAA": {
"all": 73,
"perceivable": 28,
"operable": 25,
"understandable": 17,
"robust": 3
}
}
}