-
Notifications
You must be signed in to change notification settings - Fork 0
/
quiz_find_position.json
76 lines (76 loc) · 2.42 KB
/
quiz_find_position.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
{
"Author of below question": "Jagadeesh",
"topic": "Find position int the number sequence",
"Question 1": {
"content": "The number sequence is [82, 35, 36, 29, 31, 59, 17, 49, 5, 7]. what is the position of 59.",
"answer": [
{
"id": 1,
"value": 3,
"is_key": false
},
{
"id": 2,
"value": 7,
"is_key": false
},
{
"id": 3,
"value": 6,
"is_key": true
},
{
"id": 4,
"value": 5,
"is_key": false
}
],
"hint": "The first position is always 1",
"credits": {
"author": {
"id": "cd475300-1e30-4cc0-9c1a-55af79624af3",
"name": "Jagadeesh"
},
"reviewer": {
"id": "Not reviewed yet",
"name": "NULL"
}
}
},
"Question 2": {
"content": "The number sequence is [24, 12, 64, 4, 5, 89, 83, 90, 75, 23]. what is the position of 83.",
"answer": [
{
"id": 1,
"value": 2,
"is_key": false
},
{
"id": 2,
"value": 4,
"is_key": false
},
{
"id": 3,
"value": 7,
"is_key": true
},
{
"id": 4,
"value": 3,
"is_key": false
}
],
"hint": "The first position is always 1",
"credits": {
"author": {
"id": "cd475300-1e30-4cc0-9c1a-55af79624af3",
"name": "Jagadeesh"
},
"reviewer": {
"id": "Not reviewed yet",
"name": "NULL"
}
}
}
}