-
Notifications
You must be signed in to change notification settings - Fork 2
/
json.txt
68 lines (68 loc) · 1.84 KB
/
json.txt
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
{
"gradesList": [
{
"name": "Grade 11",
"subjectList": [
{
"name": "Science",
"chapterList": [
{
"name": "Electric Charge",
"questionList": [
{
"question": "What is charge?",
"answer": "Electric Charge is that physical property of matter due to which the other matter experience a force when matters are placed in electromagnetic field."
},
{
"question": " How much positive and negative charge is there in a cup of water?",
"answer": "The number of molecules in one cup of water is (250/18) × 6.02 × 1023"
}
]
}
]
},
{
"name": "Mathematics",
"chapterList": [
{
"name": "Equation of line",
"questionList": [
{
"question": "What is the slope of x=0?",
"answer": "Infinite"
},
{
"question": " What is the slope of y=0?",
"answer": "Zero"
}
]
}
]
}
]
},
{
"name": "Grade 12",
"subjectList": [
{
"name": "Social Studies",
"chapterList": [
{
"name": "Rulers of USA",
"questionList": [
{
"question": "Who controlled the colony of New York before the English?",
"answer": "The Dutch"
},
{
"question": " Who was the founder of New York and New Jersey?",
"answer": "The Duke of York"
}
]
}
]
}
]
}
]
}