-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathurls.json
60 lines (60 loc) · 2.39 KB
/
urls.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
{
"levels": [
"a1",
"a21",
"a22",
"a2b1",
"b11",
"b12"
],
"urls": {
"a1": {
"de": [
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/starter_a/starter_activities_vocabulary_index_DE.xlsx",
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/starter_c/starter_competences_vocabulary_index_DE.xlsx"
],
"en": [
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/starter_a/starter_activities_vocabulary_index_EN.xlsx",
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/starter_c/starter_competences_vocabulary_index_EN.xlsx"
]
},
"a21": {
"de": [
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/elementary1_a/elementary1_activities_vocabulary_index_DE.xlsx",
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/elementary1_c/elementary1_competences_vocabulary_index_DE.xlsx"
],
"en": [
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/elementary1_a/elementary1_activities_vocabulary_index_EN.xlsx",
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/elementary1_c/elementary1_competences_vocabulary_index_EN.xlsx"
]
},
"a22": {
"de": [
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/elementary2_a/elementary2_activities_vocabulary_index_DE.xlsx",
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/elementary2_c/elementary2_competences_vocabulary_index_DE.xlsx"
],
"en": [
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/elementary2_a/elementary2_activities_vocabulary_index_EN.xlsx",
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/elementary2_c/elementary2_competences_vocabulary_index_EN.xlsx"
]
},
"a2b1": {
"de": [
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/pre_intermediate/preintermediate_vocabulary_index_DE.xlsx"
],
"en": [
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/pre_intermediate/preintermediate_vocabulary_index_EN.xlsx"
]
},
"b11": {
"en": [
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/intermediate1/intermediate1_vocabulary_list_EN.xlsx"
]
},
"b12": {
"en": [
"https://marugoto.jpf.go.jp/assets/docs/teacher/resource/intermediate2/intermediate2_vocabulary_list_EN.xlsx"
]
}
}
}