-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpapers.json
42 lines (42 loc) · 1.48 KB
/
papers.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
{
"alevel": {
"edexcel": {
"physics": {
"template": "https://www.physicsandmathstutor.com/past-papers/a-level-physics/edexcel-unit-%d/",
"lastunit": 6
},
"biology": {
"template": "https://www.physicsandmathstutor.com/past-papers/a-level-biology/edexcel-unit-%d/",
"lastunit": 6
},
"chemistry": {
"template": "https://www.physicsandmathstutor.com/past-papers/a-level-chemistry/edexcel-unit-%d/",
"lastunit": 6
},
"psychology": {
"template": "https://www.physicsandmathstutor.com/past-papers/a-level-psychology/edexcel-ial-paper-%d/",
"lastunit": 4
},
"geography": {
"template": "https://www.physicsandmathstutor.com/past-papers/a-level-geography/edexcel-unit-%d/",
"lastunit": 4
},
"economics": {
"template": "https://www.physicsandmathstutor.com/past-papers/a-level-economics/edexcel-unit-%d/",
"lastunit": 4
},
"english-literature": {
"template": "https://www.physicsandmathstutor.com/past-papers/a-level-english-literature/edexcel-ial-unit-%d/",
"lastunit": 4
},
"history": {
"template": "https://www.physicsandmathstutor.com/past-papers/a-level-history/edexcel-ial-paper-%d/",
"lastunit": 4
},
"english-language": {
"template": "https://www.physicsandmathstutor.com/past-papers/a-level-english-language/edexcel-ial-unit-%d/",
"lastunit": 4
}
}
}
}