-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
165 lines (154 loc) · 4.28 KB
/
db.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"bg": "background.jpg",
"title": "Você conhece Black Pink?",
"image": "banner-pink.jpg",
"description": "Um quiz rápido.",
"questions": [
{
"image": "Pinkgif01.gif",
"title": "Qual seria o nome da banda se não fosse Black Pink?",
"description": "Fácil em!",
"answer": 0,
"correct": "correta: Pink Punk",
"alternatives": [
"Pink Punk",
"Show Pink",
"Bright Pink",
"Seoul Pink"
]
},
{
"image": "1.jpg",
"title": "Qual foi a primeira integrante a fazer uma música sem o grupo?",
"description": "E agora? Você sabe?",
"answer": 3,
"correct": "correta: Jennie",
"alternatives": [
"Lisa",
"Rosé",
"Ji-soo",
"Jennie"
]
},
{
"image": "Pinkgif02.gif",
"title": "Qual foi o primeiro álbum single do grupo?",
"description": "hehehe",
"answer": 0,
"correct": "correta: Square One",
"alternatives": [
"Square One",
"The Album",
"Lovesick Girls",
"Kill This Love"
]
},
{
"image": "2.jpg",
"title": "Que música fez elas ganharem o trófeu mais rápido na história dos grupos femininos de K-pop?",
"description": "Hum",
"answer": 1,
"correct": "correta: Whistle",
"alternatives": [
"See U Later",
"Whistle",
"Forever Young",
"Boombayah"
]
},
{
"image": "Pinkgif03.gif",
"title": "Qual das integrantes já foi líder de torcida?",
"description": "Hum",
"answer": 2,
"correct": "correta: Rosé",
"alternatives": [
"Ji-soo",
"Jennie",
"Rosé",
"Lisa"
]
},
{
"image": "3.jpg",
"title": "Música que elas fizeram parceria com Dua Lipa?",
"description": "tururutu",
"answer": 3,
"correct": "correta: Kiss and Make up",
"alternatives": [
"Kick It",
"DDU-DU-DDU-DU",
"Stay",
"Kiss and Make up"
]
},
{
"image": "4.jpg",
"title": "Música que alavancou a carreira internacional do grupo?",
"description": "boombayah!",
"answer": 1,
"correct": "correta: Kill this love",
"alternatives": [
"Forever Young",
"Kill this love",
"Boombayah",
"Hope Not"
]
},
{
"image": "Pinkgif04.gif",
"title": "Qual das integrantes tem um padrasto que é chefe de cozinha?",
"description": "tararan",
"answer": 0,
"correct": "correta: Lisa",
"alternatives": [
"Lisa",
"Ji-soo",
"Rosé",
"Jennie"
]
},
{
"image": "5.jpeg",
"title": "Qual delas tem a personalidade mais diferentona do grupo?",
"description": "Hã?",
"answer": 1,
"correct": "correta: Ji-soo",
"alternatives": [
"Jennie",
"Ji-soo",
"Lisa",
"Rosé"
]
},
{
"image": "6.jpg",
"title": "Em que colocação elas ficaram entre as celebridades mais influentes pela revista Sul Coreana Forbes ?",
"description": "Já",
"answer": 3,
"correct": "correta: 3° lugar",
"alternatives": [
"2° lugar",
"6° lugar",
"1° lugar",
"3° lugar"
]
}
],
"resultImage": "happy.gif",
"resultImage2st": "Ehhh.gif",
"resultImage3st": "sad.gif",
"theme": {
"colors": {
"primary": "#222222",
"secondary": "#bb15b4",
"mainBg": "rgba(31, 29, 29, 0.93)",
"contrastText": "#fefef3",
"wrong": "#cF2412",
"success": "#4CAF50"
},
"borderRadius": "5px",
"quizlogo": "https://dewey.tailorbrands.com/production/brand_version_mockup_image/298/4605243298_545beea1-9f67-44b1-bd55-710f841a163d.png?cb=1612835865",
"quizlogo2": "https://dewey.tailorbrands.com/production/brand_version_mockup_image/792/4611444792_e5c61721-d613-4d5f-9ac5-18c9003dbb65.png?cb=1612905441"
}
}