-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
65 lines (65 loc) · 2.92 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
{
"githubUrl": "https://github.com/savio-2-lopes/quiz-imersao-react",
"url": "https://quiz-imersao-react.savio-2-lopes.vercel.app/",
"bg": "https://wallpapercave.com/wp/wp2296748.jpg",
"title": "Quiz sobre Musicais",
"description": "Quiz para testar seus conhecimentos sobre Musicais em geral",
"questions": [
{
"image": "https://media.giphy.com/media/kDCEE5hweYqjhC3Ns3/giphy.gif",
"title": "De qual dos musicais abaixo é este trecho?",
"description": "I am not throwing away my shot, I am not throwing away my shot",
"answer": 3,
"alternatives": ["Heather", "Wicked", "Les Misérables", "Hamilton"]
},
{
"image": "https://media.giphy.com/media/458lzXzm7W5Jni2eS4/giphy.gif",
"title": "De qual dos musicais abaixo é este trecho?",
"description": "What is this feeling? Fervid as a flame Does it have a name? Yes! Loathing",
"answer": 0,
"alternatives": ["Wicked", "O Fantasma da Ópera", "Hamilton", "Les Misérables"]
},
{
"image": "https://media.giphy.com/media/3o7TKzBxHeX1DHVhJe/giphy.gif",
"title": "De qual dos musicais abaixo é este trecho?",
"description": "In sleep he sang to me. In dreams he came. That voice which calls to me. And speaks my name",
"answer": 2,
"alternatives": ["Les Misérables", "Heather: The Musical", "O Fantasma da Ópera", "Hamilton"]
},
{
"image": "https://media.giphy.com/media/11cmGS5OQWcXT2/giphy.gif",
"title": "De qual dos musicais abaixo é este trecho?",
"description": "He slept a summer by my side. He filled my days with. endless wonder. He took my childhood in his stride. But he was gone when. autumn came",
"answer": 3,
"alternatives": ["Rent", "Annie", "Mean Girls", "Les Misérables"]
},
{
"image": "https://media.giphy.com/media/TLUhCD1mtxKfgxDIfO/giphy.gif",
"title": "De qual dos musicais abaixo é este trecho?",
"description": "I don't care what they're, going to say. Let the storm rage on. The cold never bothered me anyway",
"answer": 1,
"alternatives": ["Lion King: The Musical", "Frozen: The Musical", "Hamilton", "Annie"]
},
{
"image": "https://media.giphy.com/media/STrmT9hs9hDCSCsIGo/giphy.gif",
"title": "De qual dos musicais abaixo é este trecho?",
"description": "So prepare for a chance. Of a lifetime. Be prepared for sensational news. A shining new era. Is tiptoeing nearer",
"answer": 2,
"alternatives": ["Heather: The Musical", "Frozen: The Musical", "Lion King: The Musical", "Annie"]
}
], "external": [
"https://aluraquiz-css.omariosouto.vercel.app/",
"https://aluraquiz-devsoutinho.omariosouto.vercel.app/"
],
"theme": {
"colors": {
"primary": "#a1c925",
"secondary": "#1bf2bc",
"mainBg": "#1c1814",
"contrastText": "#FFFFFF",
"wrong": "#fb0008",
"success": "#47fa07"
},
"borderRadius": "5px"
}
}