-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtesttest.txt
93 lines (93 loc) · 4.05 KB
/
testtest.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
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
{
"id": 1,
"image": "front_img1.jpg",
"value": "The Food You Eat In A Day Will Determine What You Should Name Your First Child",
"ques_ans": [
{
"question": "1-q-1.jpg",
"type": "image",
"answer": [
{ "img": "1-1-1.jpg", "txt": "", "res": 2 },
{ "img": "1-1-2.jpg", "txt": "", "res": 1 },
{ "img": "1-1-3.jpg", "txt": "", "res": 3 },
{ "img": "1-1-4.jpg", "txt": "", "res": 0 },
]
},
{
"question": "1-q-2.jpg",
"type": "image",
"answer": [
{ "img": "1-2-1.jpg", "txt": "", "res": 1 },
{ "img": "1-2-2.jpg", "txt": "", "res": 0 },
{ "img": "1-2-3.jpg", "txt": "", "res": 2 },
{ "img": "1-2-4.jpg", "txt": "", "res": 3 },
]
},
{
"question": "1-q-3.jpg",
"type": "image",
"answer": [
{ "img": "1-3-1.jpg", "txt": "", "res": 3 },
{ "img": "1-3-2.jpg", "txt": "", "res": 1 },
{ "img": "1-3-3.jpg", "txt": "", "res": 0 },
{ "img": "1-3-4.jpg", "txt": "", "res": 2 },
]
},
{
"question": "1-q-4.jpg",
"type": "image",
"answer": [
{ "img": "1-4-1.jpg", "txt": "", "res": 2 },
{ "img": "1-4-2.jpg", "txt": "", "res": 1 },
{ "img": "1-4-3.jpg", "txt": "", "res": 0 },
{ "img": "1-4-4.jpg", "txt": "", "res": 3 },
]
},
{
"question": "1-q-5.jpg",
"type": "image",
"answer": [
{ "img": "1-5-1.jpg", "txt": "", "res": 3 },
{ "img": "1-5-2.jpg", "txt": "", "res": 2 },
{ "img": "1-5-3.jpg", "txt": "", "res": 1 },
{ "img": "1-5-4.jpg", "txt": "", "res": 0 },
]
},
{
"question": "1-q-6.jpg",
"type": "image",
"answer": [
{ "img": "1-6-1.jpg", "txt": "", "res": 2 },
{ "img": "1-6-2.jpg", "txt": "", "res": 1 },
{ "img": "1-6-3.jpg", "txt": "", "res": 0 },
{ "img": "1-6-4.jpg", "txt": "", "res": 3 },
]
},
],
"result": [
{
"content": "Milo",
"type": "image",
"res_img": "result_pic_1_1.jpg",
"description": ""
},
{
"content": "Axel",
"type": "image",
"res_img": "result_pic_1_2.jpg",
"description": ""
},
{
"content": "Charlotte",
"type": "image",
"res_img": "result_pic_1_3.jpg",
"description": ""
},
{
"content": "Amelia",
"type": "image",
"res_img": "result_pic_1_4.jpg",
"description": ""
},
]
},