-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
47 lines (47 loc) · 1.18 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
{
"bg": "/images/valorant-bg.jpg",
"title": "Quiz de Valorant",
"description": "Será que você sabe o bastante para chegar no radiante?",
"questions": [
{
"id": 1,
"image": "https://zilliongamer.com/uploads/valorant/weapons/all-weapon/ghost-valorant.jpg",
"title": "Quanto custa a Ghost?",
"description": "Essa tá em todos os primeiros rounds.",
"answer": 1,
"alternatives": [
"400",
"500",
"600",
"700"
]
},
{
"id": 2,
"image": "https://static.valorantzone.gg/news/2020/06/10151250/REYNA-SKILL.jpg",
"title": "Qual é o nome da primeira habilidade (tecla C) da Reyna?",
"description": "Mandando a visão.",
"answer": 2,
"alternatives": [
"Olho do Vazio",
"Visão Corrompida",
"Olhar Voraz",
"Cegueira"
]
}
],
"external": [
"https://imersao-react-next-js.nathanaquino.vercel.app"
],
"theme": {
"colors": {
"primary": "#fa4454",
"secondary": "#dc3d4b",
"mainBg": "#364966",
"contrastText": "#fff",
"wrong": "#ff1744",
"success": "#8bc34a"
},
"borderRadius": "4px"
}
}