-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
117 lines (117 loc) · 3.44 KB
/
db.json
File metadata and controls
117 lines (117 loc) · 3.44 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
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
{
"bg": "https://images.pexels.com/photos/3573555/pexels-photo-3573555.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260",
"title": "Um Quiz sobre Doctor Who",
"description": "Teste os seus conhecimentos sobre a série sem precisar viajar pelo tempo e espaço!",
"questions": [
{
"image": "https://media.giphy.com/media/bBUQPfg7l5kAM/giphy.gif",
"title": "Quem interpreta o décimo terceiro Doutor?",
"description": "Essa é pra aquecer",
"answer": 2,
"alternatives": [
"Will Smith",
"Peter Capaldi",
"Jodie Whittaker",
"Benedict Cumberbatch"
]
},
{
"image": "https://media.giphy.com/media/XZxL7YVJU0lpNgkxcK/giphy.gif",
"title": "Quem se tornou 'A face de Boe'?",
"description": "",
"answer": 0,
"alternatives": [
"Jack Harkness",
"Capitão John",
"Donna Noble",
"Rick Sanchez"
]
},
{
"image": "https://media.giphy.com/media/3ov9jU4ycPvfrPTsly/giphy.gif",
"title": "Qual foi a primeira companheira do Doutor depois do reinício da série em 2005?",
"description": "",
"answer": 1,
"alternatives": [
"Amy Pond",
"Rose Tyler",
"Donna Noble",
"Romana II"
]
},
{
"image": "https://media.giphy.com/media/j6675AveMD3FbPIMqp/giphy.gif",
"title": "Quem é 'A garota que esperou'?",
"description": "",
"answer": 3,
"alternatives": [
"Donna Noble",
"Melody Pond",
"River Song",
"Amy Pond"
]
},
{
"image": "https://media.giphy.com/media/zjZRknQhJx5Is/giphy.gif",
"title": "Que nome o Master usou para se eleger Primeiro Ministro?",
"description": "Boris Johnson? 🤔",
"answer": 2,
"alternatives": [
"Rick Sanchez",
"Jack Harkness",
"Harold Saxon",
"Capitão John"
]
},
{
"image": "https://media.giphy.com/media/1Qhq3p6lc0o6c/giphy.gif",
"title": "Qual é o planeta natal do Doutor?",
"description": "Lar doce lar",
"answer": 1,
"alternatives": [
"Terra",
"Gallifrey",
"Trenzalore",
"Skagra"
]
},
{
"image": "https://media.giphy.com/media/616v5bU8g8dTW/giphy.gif",
"title": "Onde o Doutor conheceu River Song?",
"description": "",
"answer": 3,
"alternatives": [
"Em Londres",
"Na sua infância em Gallifrey",
"Dentro da TARDIS",
"Na maior biblioteca do Universo"
]
},
{
"image": "https://media.giphy.com/media/sQmgraDurq0la/giphy.gif",
"title": "Qual desses nunca participou de Doctor Who?",
"description": "Quem será?",
"answer": 1,
"alternatives": [
"Corey Taylor",
"James Franco",
"Canton Everett Delaware III",
"James Corden"
]
}
],
"external": [
"https://aluraquiz-base.alura-challenges.vercel.app/"
],
"theme": {
"colors": {
"primary": "#0d47a1",
"secondary": "#29b6f6",
"mainBg": "#171B35",
"contrastText": "#FFFFFF",
"wrong": "#FF5722",
"success": "#4CAF50"
},
"borderRadius": "4px"
}
}