-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdata.js
38 lines (38 loc) · 1.07 KB
/
data.js
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
const data = [
{
QNo: 1,
Question:
"Duis bibendum. Morbi non quam nec dui luctus rutrum. Nulla tellus. In sagittis dui vel nisl. Duis ac nibh. Fusce lacus purus, aliquet at, feugiat non, pretium quis, lectus.",
option_a: "A",
option_b: "B",
option_c: "C",
option_d: "D",
option_e: "E",
option_f: "F",
option_a_image: "azarul",
option_b_image: "azarul",
option_c_image: "azarul",
option_d_image: "azarul",
option_e_image: "azarul",
option_f_image: "azarul",
question_image: "azarul",
},
{
QNo: 2,
Question:
"Morbi porttitor lorem id ligula. Suspendisse ornare consequat lectus. In est risus, auctor sed, tristique in, tempus sit amet, sem. Fusce consequat. Nulla nisl. Nunc nisl.",
option_a: "A",
option_b: "B",
option_c: "C",
option_d: "D",
option_e: "E",
option_f: "F",
option_a_image: "azarul",
option_b_image: "azarul",
option_c_image: "azarul",
option_d_image: "azarul",
option_e_image: "azarul",
option_f_image: "azarul",
question_image: "azarul",
},
];