-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkey.json
100 lines (97 loc) · 2.28 KB
/
key.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"is high school": true,
"directory": "Scoresheets",
"verbose": false,
"rosters": "rosters.txt",
"force players onto rosters": true,
"category directory": "",
"force questions to have categories": true,
"has interrupt corrects": false,
"track TUH": true,
"player names to ignore": [
"",
"Nan",
"Bonus",
"Not Present",
"Player",
"Reader",
"Score",
"Subject",
"Unnamed",
"A1",
"A2",
"A3",
"A4",
"A5",
"B1",
"B2",
"B3",
"B4",
"B5"
],
"sheets to ignore": ["rosters", "template", "Copy of template"],
"HS cats": {
"per packet": {
"all": 23,
"bio": 4,
"chem": 4,
"energy": 3,
"ess": 4,
"math": 4,
"physics": 4
},
"categories": {
"all": [],
"bio": ["b", "bio", "biology"],
"chem": ["c", "ch", "che", "chem", "chemistry"],
"energy": ["en", "ene", "energy"],
"ess": ["earth", "earth and space", "es", "ess"],
"math": ["m", "ma", "mat", "math"],
"physics": ["p", "ph", "phy", "phys", "physics"]
}
},
"MS cats": {
"per packet": {
"all": 23,
"life science": 5,
"energy": 3,
"ess": 5,
"math": 5,
"physical science": 5
},
"categories": {
"all": [],
"life science": ["l", "ls"],
"energy": ["e", "en", "ene", "energy"],
"ess": ["es", "ess"],
"math": ["m", "ma", "mat", "math"],
"physical science": ["p", "ps"]
}
},
"codes": {
"interrupt_correct": [
"4i"
],
"correct": [
"4",
"4.0",
"1",
"1.0"
],
"interrupt_incorrect": [
"xx",
"-4",
"-4.0",
"-1",
"-1.0"
],
"incorrect": [
"0",
"0.0",
"x",
"x1",
"x2",
"x3"
]
}
}