-
Notifications
You must be signed in to change notification settings - Fork 0
/
backend-course-data.json
118 lines (118 loc) · 2.74 KB
/
backend-course-data.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[
{
"id": 1,
"title": "Intro to Magic and Mysticism",
"description": "Introductory course for all things magic and mysticism.",
"course_code": "MAGIC 101",
"requirements": [
"SpiritualInquiry"
],
"units": [
4,
4
],
"quarters": [
"autumn",
"winter",
"spring"
]
},
{
"id": 2,
"title": "Undergraduate Independent Magical Studies",
"description": null,
"course_code": "MAGIC 199",
"requirements": [],
"units": [
3,
6
],
"quarters": [
"autumn",
"winter",
"spring",
"summer"
]
},
{
"id": 3,
"title": "Intro to Potioncrafting",
"description": "Brewing, mixing, and stirring effective magical concoctions. No prerequisites.",
"course_code": "POTIONS 101",
"requirements": [
"SpiritMixingAnalysis"
],
"units": [
4,
4
],
"quarters": [
"autumn",
"winter",
"spring"
]
},
{
"id": 4,
"title": "Advanced Potioncrafting",
"description": "Brewing, mixing, and stirring effective and elegant magical concoctions beyond the basics. Prerequisites: POTIONS 101.",
"course_code": "POTIONS 201",
"requirements": [
"SpiritMixingAnalysis"
],
"units": [
4,
4
],
"quarters": [
"winter"
]
},
{
"id": 5,
"title": "AI for spellcasting",
"description": "Applying artificial intelligence to the ancient art of spellcasting.",
"course_code": "MAGIC 229",
"requirements": [],
"units": [
3,
3
],
"quarters": [
"autumn",
"spring",
"summer"
]
},
{
"id": 6,
"title": "Spiritual Leadership Speaker Series",
"description": "Leading figures in spiritual leadership discuss their professional experiences.",
"course_code": "SPIRITS 50",
"requirements": [
"SpiritualInquiry"
],
"units": [
1,
1
],
"quarters": [
"autumn",
"winter"
]
},
{
"id": 7,
"title": "Potion Tasting",
"description": "Sampling a variety of delicious and elegant potions.",
"course_code": "POTIONS 60D",
"requirements": [],
"units": [
1,
1
],
"quarters": [
"spring"
]
}
]