-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
34 lines (34 loc) · 783 Bytes
/
Copy pathdb.json
File metadata and controls
34 lines (34 loc) · 783 Bytes
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
{
"bg": "/images/bg2.jpg",
"title": "Quiz American Horror Story!",
"description": "Teste os seus conhecimentos sobre AHS e vamos ver quantos pontos marca.",
"questions": [
{
"image": "/images/q1.jpg",
"title": "",
"description": "Essa é pra aquecer",
"answer": 2,
"alternatives": [
".elemento",
"*elemento",
"#elemento",
"%elemento"
]
}
],
"external": [
""
],
"theme": {
"colors": {
"primary": "#AA0000",
"secondary": "#ff00cc",
"mainBg": "#f62d13",
"contrastText": "#ffcc00",
"wrong": "#FF5722",
"success": "#4CAF50"
},
"borderRadius": "4px",
"fontSize": "10px"
}
}