-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
139 lines (139 loc) · 4.29 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
{
"isExternal" : true,
"bg": "https://github.com/matheusbronca/imersao-react-nextjs/blob/main/public/images/bg.jpg?raw=true",
"title": "Quiz",
"description": "Teste seus conhecimentos sobre a franquia The Witcher e se divirta!",
"questions": [
{
"image": "https://github.com/matheusbronca/imersao-react-nextjs/blob/main/public/images/question-1.jpg?raw=true",
"title": "Shani é uma médica à serviço de qual entidade?",
"answer": 2,
"alternatives": [
"Academia de Oxenfurt",
"Exercito de Teméria",
"Exercito Redâniano",
"Os Selvagens"
]
},
{
"image": "https://github.com/matheusbronca/imersao-react-nextjs/blob/main/public/images/question-2.jpg?raw=true",
"title": "Qual destes NÃO é um Necrófrago?",
"answer": 1,
"alternatives": [
"Drowner",
"Nekker",
"Foglet",
"Ghoul"
]
},
{
"image": "https://github.com/matheusbronca/imersao-react-nextjs/blob/main/public/images/question-3.jpg?raw=true",
"title": "Um Grifo é considerado um(a):",
"answer": 2,
"alternatives": [
"Fera",
"Draconídeo",
"Híbrido",
"Relicto"
]
},
{
"image": "https://github.com/matheusbronca/imersao-react-nextjs/blob/main/public/images/question-4.jpg?raw=true",
"title": "Geralt estava procurando por Ciri. Qual característica física ele costumava mencionar para as pessoas ao perguntar sobre ela?",
"answer": 3,
"alternatives": [
"Olhos ambar",
"Orelhas pontudas",
"Pele azul",
"Cabelo cinza"
]
},
{
"image": "https://github.com/matheusbronca/imersao-react-nextjs/blob/main/public/images/question-5.jpg?raw=true",
"title": "Qual o nome do jogo de cartas que Geralt pode jogar em The Witcher 3?",
"answer": 2,
"alternatives": [
"Campo de Batalha",
"Poker",
"Gwent",
"Xadrez"
]
},
{
"image": "https://github.com/matheusbronca/imersao-react-nextjs/blob/main/public/images/question-6.jpg?raw=true",
"title": "Geralt pode usar sinais de bruxo para se defender ou atacar, qual é o nome do sinal de fogo?",
"answer": 0,
"alternatives": [
"Igni",
"Blaze",
"Inferno",
"Firestorm"
]
},
{
"image": "https://github.com/matheusbronca/imersao-react-nextjs/blob/main/public/images/question-7.jpg?raw=true",
"title": "Que feiticeira Geralt encontra quando chega em Novigrad?",
"answer": 0,
"alternatives": [
"Triss Merigold",
"Keira Metz",
"Yennefer de Vengerberg",
"Filippa Eilhart"
]
},
{
"image": "https://github.com/matheusbronca/imersao-react-nextjs/blob/main/public/images/question-8.jpg?raw=true",
"title": "Qual o nome que Geralt costuma dar às suas éguas?",
"answer": 3,
"alternatives": [
"Carricho",
"Capitao",
"Carpado",
"Carpeado"
]
},
{
"image": "https://github.com/matheusbronca/imersao-react-nextjs/blob/main/public/images/question-9.jpg?raw=true",
"title": "Qual destes animais NÃO representa uma escola de Bruxo?",
"answer": 3,
"alternatives": [
"Lobo",
"Víbora",
"Gato",
"Cão"
]
},
{
"image": "https://github.com/matheusbronca/imersao-react-nextjs/blob/main/public/images/question-10.jpg?raw=true",
"title": "Qual o verdadeiro amor de Geralt?",
"answer": 0,
"alternatives": [
"Yennefer de Vengerberg",
"Triss Merigold",
"Shani",
"Keira Metz"
]
}
],
"external": [
"https://doctor-who-quiz.emanuelpna.vercel.app/",
"https://harry-potter-quiz.lucianoweslen11.vercel.app/",
"https://dontstarvetogether-base.lucaserlerpereira.vercel.app/"
],
"theme": {
"colors": {
"primary": "#cb202c",
"shadowPrimary":"rgba(255, 0, 0, 0.75)",
"mainBg": "#000000",
"contrastText": "#ECECEC",
"gray": "#7E7E7E",
"inputBg": "#171B1F",
"wrong": "#7E7E7E50",
"wrongText": "gray",
"success": "#00FFCC30",
"successText": "00FF7F",
"successBorder": "#00FF7F70"
},
"borderRadius": "4px"
}
}