forked from sung/CamObsGynCSF2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
baby_scan.json
104 lines (104 loc) · 1.81 KB
/
baby_scan.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
{
"questions": [
{
"answers": [
"Chin",
"Arm",
"Toe",
"Tummy"
],
"correct": {
"index": 0
},
"image": "images/q1_chin.png",
"number": 1,
"prompt": "What can you see?"
},
{
"answers": [
"Eye",
"Sacrum",
"Toe",
"Tummy"
],
"correct": {
"index": 1
},
"image": "images/q2_sacrum.png",
"number": 2,
"prompt": "What can you see?"
},
{
"answers": [
"Nostril",
"Head",
"Toe",
"Belly"
],
"correct": {
"index": 0
},
"image": "images/q4_left_nostril.png",
"number": 3,
"prompt": "What can you see?"
},
{
"answers": [
"Elbow",
"Tummy",
"Arm",
"Heel"
],
"correct": {
"index": 3
},
"image": "images/q9_heel.png",
"number": 4,
"prompt": "What can you see?"
},
{
"answers": [
"Knee",
"Finger",
"Toe",
"Tummy"
],
"correct": {
"index": 2
},
"image": "images/q11_big_toe.png",
"number": 5,
"prompt": "What can you see?"
},
{
"answers": [
"Finger",
"Toe",
"Knee",
"Chin"
],
"correct": {
"index": 0
},
"image": "images/q12_little_finger.png",
"number": 6,
"prompt": "What can you see?"
},
{
"answers": [
"Tummy",
"Sacrum",
"Toe",
"Cerebellum"
],
"correct": {
"index": 3
},
"image": "images/q3_cerebellum.png",
"number": 7,
"prompt": "What can you see?"
}
],
"title": "What can you see?",
"url": "https://sung.github.io/CamObsGynCSF2020"
}