-
Notifications
You must be signed in to change notification settings - Fork 2
/
classData.json
49 lines (49 loc) · 933 Bytes
/
classData.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
{
"class%20one": {
"name": "class one",
"flashcards": [
{
"question": "What is 3 minus 2?",
"answer": "1"
},
{
"question": "What is the best number",
"answer": "one"
},
{
"question": "What is 7 * 8?",
"answer": "56"
},
{
"question": "What is 100 / 5?",
"answer": "20"
}
]
},
"class%20two": {
"name": "class two",
"flashcards": [
{
"question": "What's 5 - 3?",
"answer": "2"
},
{
"question": "Are we going to get an A?",
"answer": "Hopefully!"
},
{
"question": "What is the name of our webdev instructor?",
"answer": "Rob Hess"
}
]
},
"class%20three": {
"name": "class three",
"flashcards": [
{
"question": "What is the square root of 49?",
"answer": "7"
}
]
}
}