-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathquiz_structure.json
51 lines (51 loc) · 1.06 KB
/
quiz_structure.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
{
"version": "1.0.0",
"lastUpdated": "2024-11-30",
"categories": [
{
"name": "Flutter",
"topics": [
"AdvancedTopics",
"Animations",
"Architecture",
"Async_Programming",
"Basics",
"BestPractices",
"Dart",
"Database_And_Storage",
"Deployment",
"FlutterInternals",
"FlutterWebAndDesktop",
"Navigation",
"Networking",
"PackagesAndPlugins",
"Performance",
"Security",
"StateManagement",
"Testing",
"UI_UX",
"Widgets"
]
},
{
"name": "OOP",
"topics": [
"Abstraction",
"Design_Patterns",
"Encapsulation",
"Inheritance",
"Polymorphism",
"SOLID_Principles"
]
}
],
"metadata": {
"questionFormat": {
"id": "unique identifier",
"question": "question text",
"answer": "detailed answer",
"difficulty": ["beginner", "intermediate", "advanced"],
"tags": ["relevant", "topic", "tags"]
}
}
}