-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
55 lines (54 loc) · 1.49 KB
/
Copy pathdb.json
File metadata and controls
55 lines (54 loc) · 1.49 KB
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
{
"bg": "https://images2.alphacoders.com/240/thumb-1920-240942.jpg",
"title": "The Walking Dead",
"description": "Teste os seus conhecimentos sobre TWD",
"questions": [
{
"image": "https://media.giphy.com/media/xUOxf3yDKCuwpOlT3i/giphy.gif",
"title": "O que Glenn era antes do Apocalipse Zumbi?",
"description": "Essa é pra aquecer",
"answer": 1,
"alternatives": [
"Policial",
"Entregador de Pizza",
"Fazendeiro"
]
},
{
"image": "https://media.giphy.com/media/13FrpeVH09Zrb2/giphy.gif",
"title": "Quem é o escolhido no 'Uni-Duni-Tê' do Negan?",
"description": "Fico triste só de lembrar",
"answer": 2,
"alternatives": [
"Glenn",
"Carl",
"Abraham"
]
},
{
"image": "https://media.giphy.com/media/xUOxf3yDKCuwpOlT3i/giphy.gif",
"title": "Quando que a série foi lançada pela PRIMEIRA vez?",
"description": "Faz tempo!",
"answer": 0,
"alternatives": [
"31 de outrubro de 2010",
"10 de setembro de 2009",
"31 de outubro de 2011"
]
}
],
"external": [
""
],
"theme": {
"colors": {
"primary": "#3f3a0b",
"secondary": "#65613b",
"mainBg": "#171B35",
"contrastText": "#FFFFFF",
"wrong": "#FF5722",
"success": "#4CAF50"
},
"borderRadius": "4px"
}
}