-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
146 lines (145 loc) · 4.5 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
{
"bg": "https://wallpaperaccess.com/download/mr-robot-1112793",
"logo": "https://upload.wikimedia.org/wikipedia/commons/4/4b/Mr._Robot_Logo.svg",
"ogimg": "/images/ogimg.png",
"title": "Mr Robot Quiz Alura",
"description": "Descubra se você é 0 ou 1 quando se trata de Mr Robot!",
"questions": [
{
"image": "https://64.media.tumblr.com/094994c671b0080190d88641e9e54353/tumblr_pyzig1B8f41rtd4eqo1_500.gifv ",
"title": "Quem inventou Mr Robot?",
"description": "Obrigado por esta obra prima!",
"answer": 2,
"alternatives": [
"David Fincher",
"Raphael Bob-Waksberg",
"Sam Esmail",
"Nick Santora"
]
},
{
"image": "https://media.giphy.com/media/WiM5K1e9MtEic/giphy.gif",
"title": "Em que ano foi lançando Mr Robot?",
"description": "Ano que saiu a melhor série!",
"answer": 0,
"alternatives": [
"2015",
"2017",
"2019",
"2021"
]
},
{
"image": "https://media.giphy.com/media/l41Ys4Fb5r8hcPhde/giphy.gif",
"title": "Em qual cidade se passa a série?",
"description": "Um lugar lindo diga-se de passagem!",
"answer": 3,
"alternatives": [
"Seattle",
"San Francisco",
"Los Angeles",
"New York"
]
},
{
"image": "https://media1.tenor.com/images/167f9bf534677f86c64880207e37652e/tenor.gif?itemid=9973478",
"title": "Qual o nome do personagem principal?",
"description": "É o bigodudo do Queen? não!",
"answer": 1,
"alternatives": [
"Mr Robot",
"Elliot Alderson",
"Bryan Headroom",
"Tyrell Wellick"
]
},
{
"image": "https://media.giphy.com/media/xTiTnBELA6Mb1TeeOc/giphy.gif",
"title": "Qual droga, Elliot Alderson é viciado?",
"description": "Não usem drogas crianças!",
"answer": 3,
"alternatives": [
"Quetamina",
"Cocaína",
"Heroína",
"Morfina"
]
},
{
"image": "https://media.giphy.com/media/9P7QsybxYFrLq/giphy.gif",
"title": "Do que Elliot Alderson tem medo?",
"description": "Apenas corram deles!",
"answer": 0,
"alternatives": [
"Homens de Terno Preto",
"Policiais",
"Mafiosos",
"Traficantes"
]
},
{
"image": "https://media.giphy.com/media/shBWqBgyX2HTy/giphy.gif",
"title": "Qual era a profissão do pai de elliot?",
"description": "Verifique se o computador está na tomada!",
"answer": 2,
"alternatives": [
"Técnico de informática",
"Engenheiro de Software",
"Dono de uma loja de computadores",
"Cientista de dados"
]
},
{
"image": "https://media1.tenor.com/images/967d6615ee1462bde3785c7fe392e8ae/tenor.gif?itemid=10668667",
"title": "Qual a causa da morte do pai do Elliot Alderson?",
"description": "Press ''F'' for Respect!",
"answer": 3,
"alternatives": [
"AIDS",
"Covid 19",
"Câncer",
"Leucemia"
]
},
{
"image": "https://media1.tenor.com/images/9deca6bf2a705f93a6b949a9e806e226/tenor.gif?itemid=13721133",
"title": "Qual nome da melhor amiga de infancia do Elliot Alderson?",
"description": "Amizade é tudo!",
"answer": 1,
"alternatives": [
"Trenton",
"Angela",
"Shayla",
"Darlene"
]
},
{
"image": "https://media1.tenor.com/images/6c721058670c338e1d64e811b11edb61/tenor.gif?itemid=10667985",
"title": "Qual o nome do grupo hacker da série?",
"description": "01100110 01110011 01101111 01100011 01101001 01100101 01110100 01111001",
"answer": 2,
"alternatives": [
"DeadSec",
"Lizard Squad",
"FSOCIETY",
"Dark Army"
]
}
],
"external": [
"https://aluraquiz-coffee.leonardot07.vercel.app/",
"https://1sec-quiz.victoroda.vercel.app/",
"https://naruto-quiz.llofyy.vercel.app/"
],
"theme": {
"colors": {
"primary": "#df2d2f",
"secondary": "black",
"mainBg": "black",
"contrastText": "#FFFFFF",
"wrong": "#FF5722",
"success": "#4CAF50"
},
"borderRadius": "4px"
}
}