-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
149 lines (144 loc) · 3.81 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
{
"bg": "https://i.ibb.co/4gpcYsY/fundo.jpg",
"title": "Quiz Star Wars",
"loading": "https://i.ibb.co/ZTPm5Bm/loading.gif",
"description": "Carregando...",
"sound": "https://www.youtube.com/watch?v=aQlZg0zenfQ&ab_channel=PeterPlutaX",
"questions": [
{
"image": "https://i.ibb.co/9WcJ4Ws/pergunta1.gif",
"title": "Em qual planeta Anakin luta contra Obi Wan Kenobi?",
"description": "Essa é pra aquecer",
"answer": 1,
"alternatives": [
"Tattoine",
"Mustafar",
"Dagobah",
"Coruscant"
]
},
{
"image": "https://i.ibb.co/K7QMK51/pergunta2.gif",
"title": "Qual o nome do antigo mestre de Obi Wan??",
"description": "",
"answer": 1,
"alternatives": [
"Dookan",
"Qui Gon Jinn",
"Mace Windu",
"Yoda"
]
},
{
"image": "https://i.ibb.co/M5LRXJR/pergunta3.gif",
"title": "Qual é a cor do sabre dos Sith?",
"description": "Olha a dica",
"answer": 0,
"alternatives": [
"Vermelho",
"Roxo",
"Azul",
"Verde"
]
},
{
"image": "https://i.ibb.co/LhMTN07/pergunta4.gif",
"title": "O que Luke e Léia são?",
"description": "",
"answer": 3,
"alternatives": [
"Amigos",
"Primos",
"Namorados",
"Irmãos"
]
},
{
"image": "https://i.ibb.co/5MrM9t6/pergunta5.gif",
"title": "Qual o nome do andróide que sempre aparece em todos os filmes?",
"description": "",
"answer": 3,
"alternatives": [
"R2-D2",
"C-3D2",
"R2-PO",
"C-3PO"
]
},
{
"image": "https://i.ibb.co/Hqrjhm3/pergunta6.gif",
"title": "Qual é a frase mais famosa que Darth Vader disse a Luke?",
"description": "",
"answer": 1,
"alternatives": [
"Não Luke, eu sou seu pai",
"Não, eu sou seu pai",
"Eu não sou seu pai"
]
},
{
"image": "https://i.ibb.co/j64Tjk6/pergunta7.gif",
"title": "Qual a relação entre Darth Vader e Anakin Skywalker?",
"description": "",
"answer": 3,
"alternatives": [
"Nenhuma relação",
"Irmãos",
"Pai e filho",
"A mesma pessoa"
]
},
{
"image": "https://i.ibb.co/dP4zD5X/pergunta8.gif",
"title": "Quantos anos o Yoda tinha antes de morrer?",
"description": "",
"answer": 3,
"alternatives": [
"850 anos ",
"905 anos",
"50 anos",
"900 anos"
]
},
{
"image": "https://i.ibb.co/vvWTVLJ/pergunta9.gif",
"title": "Houve quantas estrelas da morter?",
"description": "",
"answer": 1,
"alternatives": [
"1",
"2",
"3",
"4"
]
},
{
"image": "https://i.ibb.co/THSHPDG/pergunta10.gif",
"title": "Qual é a raça do Povo da Areia de Tatooine?",
"description": "",
"answer": 0,
"alternatives": [
"Tusken ",
"Korun",
"ZABRAK",
"Twi'lek"
]
}
],
"external": [
"https://aluraquiz-base.alura-challenges.vercel.app/",
"https://aluraquiz.josafaverissimo.vercel.app/",
"https://quiz-git-main.ganiell.vercel.app/"
],
"theme": {
"colors": {
"primary": "#ffff00",
"secondary": "#212121",
"mainBg": "#171B35",
"contrastText": "#FFFFFF",
"wrong": "#FF5722",
"success": "#4CAF50"
},
"borderRadius": "4px"
}
}