-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresponse.json
130 lines (130 loc) · 3.01 KB
/
response.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"Error No": 1,
"PID": "182028",
"Poll_data": [
{
"Ques": "Is JavaScript a case-sensitive language?",
"Sec_Left": 21000,
"Poll_opts": [
{
"option": "Yes",
"opt_value": 1
},
{
"option": "No",
"opt_value": 2
}
]
},
{
"Ques": "A sort of malware computer program that keeps replicating itself and can easily get diffused into other computers through internet is known as ...",
"Sec_Left": 8400,
"Poll_opts": [
{
"option": "Virus",
"opt_value": 1
},
{
"option": "Worms",
"opt_value": 2
},
{
"option": "Trojans",
"opt_value": 3
},
{
"option": "Spyware",
"opt_value": 4
}
]
},
{
"Ques": "Which among the following is incorrectly matched?",
"Sec_Left": 84000,
"Poll_opts": [
{
"option": "PROM Programmable Read Only Memory",
"opt_value": 1
},
{
"option": "EPROM Erasable Programmable Read Only Memory",
"opt_value": 2
},
{
"option": "ROM Read Only Memory",
"opt_value": 3
},
{
"option": "EEPROM Electronically Erasable Programmable Read Only Memory",
"opt_value": 4
}
]
},
{
"Ques": "The Fourth Generation Computer used …",
"Sec_Left": 84000,
"Poll_opts": [
{
"option": "Transistors",
"opt_value": 1
},
{
"option": "Integrated circuit",
"opt_value": 2
},
{
"option": "Integrated circuit",
"opt_value": 3
},
{
"option": "Microprocessor",
"opt_value": 4
}
]
},
{
"Ques": "A person who sends irrelevant or unsolicited messages by using Internet, usually to large numbers of users, for the purposes of advertising, spreading malware, phishing, etc. is known as …",
"Sec_Left": 84000,
"Poll_opts": [
{
"option": "Programmer",
"opt_value": 1
},
{
"option": "Hacker",
"opt_value": 2
},
{
"option": "Spammer",
"opt_value": 3
},
{
"option": "Hobbyist",
"opt_value": 4
}
]
},
{
"Ques": "Who among the following first coined the term 'wiki?'",
"Sec_Left": 84000,
"Poll_opts": [
{
"option": "Julian Assange",
"opt_value": 1
},
{
"option": "Rafael Correa",
"opt_value": 2
},
{
"option": "Ward Cunningham",
"opt_value": 3
},
{
"option": "Greg Chesson",
"opt_value": 4
}
]
}
]
}