-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
97 lines (96 loc) · 2.56 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
{
"bg": "https://wallpapercave.com/wp/AOyqeSs.jpg",
"title": "Quiz Linux",
"description": "Você Conhece o Linux? Teste seu Conhecimento agora!",
"questions": [
{
"image": "https://media.giphy.com/media/xUOxf3yDKCuwpOlT3i/giphy.gif",
"title": "Como deletar um diretório no Linux?",
"description": "deletar pasta",
"answer": 3,
"alternatives": [
"ls",
"delete",
"remove",
"mrdir"
]
},
{
"image": "https://media.giphy.com/media/13FrpeVH09Zrb2/giphy.gif",
"title": "Ao procurar todos os processos em execução em um sistema Linux, que comando você deve usar?",
"description": "",
"answer": 0,
"alternatives": [
"ps",
"service",
"xrun",
"oterm"
]
},
{
"image": "https://media.giphy.com/media/13FrpeVH09Zrb2/giphy.gif",
"title": "Qual das opções a seguir é um comando no Linux?",
"description": "Faz tempo em haha",
"answer": 3,
"alternatives": [
"t",
"w",
"x",
"Tudas as alternativas"
]
},
{
"image": "https://media.giphy.com/media/13FrpeVH09Zrb2/giphy.gif",
"title":
"Qual é o procedimento mais comum para compilar programas no Linux?",
"description": "Faz tempo em haha",
"answer": 2,
"alternatives": [
"compile file_name",
"gcc file_name",
".\/configure && make && make install",
"make file_name"
]
},
{
"image": "https://media.giphy.com/media/13FrpeVH09Zrb2/giphy.gif",
"title": "Qual operador aritmético você não pode usar?",
"description": "Faz tempo em haha",
"answer": 2,
"alternatives": [
"+",
"-",
" \\ \\",
"%"
]
},
{
"image": "https://media.giphy.com/media/13FrpeVH09Zrb2/giphy.gif",
"title": "Qual comando pode ser usado para localizar uma palavra em um arquivo de texto?",
"description": "Faz tempo em haha",
"answer": 3,
"alternatives": [
"cut",
"sort",
"find",
"grep"
]
}
],
"external": [
"https://aluraquiz-css.omariosouto.vercel.app/",
"https://aluraquiz-devsoutinho.omariosouto.vercel.app/",
"https://alura-quiz-linux.heinrick7.vercel.app/"
],
"theme": {
"colors": {
"primary": "#4DAF7C",
"secondary": "#29b6f6",
"mainBg": "#171B35",
"contrastText": "#FFFFFF",
"wrong": "#FF5722",
"success": "#4CAF50"
},
"borderRadius": "4px"
}
}