Skip to content

Commit a396b4c

Browse files
authored
Create test-database.json
0 parents  commit a396b4c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

test-database.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "Test Database",
3+
"codename": "test-database",
4+
"url": "https://test-database.com",
5+
"savefile": "testdb",
6+
"type": "database",
7+
"license": "None",
8+
"description": "To test triviology features. No real questions.",
9+
"categories": [
10+
{"icon": "Icons.question_answer", "text": "Test Category", "id": 1}
11+
],
12+
"total_questions": "3",
13+
"total_categories": "1",
14+
"total_difficulty_levels": "3",
15+
"language": "en",
16+
"questions": {
17+
"1": {
18+
"easy": [
19+
{"question": "What is the first letter of the English alphabet?", "correct_answer": "A", "incorrect_answers": ["C", "D", "B"]}
20+
],
21+
"medium": [
22+
{"question": "What color is the sky on a clear day?", "correct_answer": "Blue", "incorrect_answers": ["Green", "Red", "Yellow"]}
23+
],
24+
"hard": [
25+
{"question": "What is the capital of France?", "correct_answer": "Paris", "incorrect_answers": ["London", "Berlin", "Madrid"]}
26+
]
27+
}
28+
},
29+
"version": "v1.0.0"
30+
}

0 commit comments

Comments
 (0)