-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb-sample.json
238 lines (238 loc) · 8.75 KB
/
db-sample.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
{
"users": [
{
"id": "6f944e72-7dd9-4b8a-a3ce-4959497b6f3c",
"username": "username",
"password": "password"
}
],
"sessions": [
{
"id": "47d60bfb-8954-43c9-99a2-1e1283b3fd65",
"subject": "6f944e72-7dd9-4b8a-a3ce-4959497b6f3c",
"created": "2024-09-12T00:04:16.186Z"
}
],
"cards": [
{
"id": "158835a4-6045-4c99-af76-4d17ce8c45a8",
"question": "How do you define a function in JavaScript?",
"answer": "function",
"description": "A function is a block of code that performs a specific task",
"columnId": "3666097f-516a-4b6b-8b92-c817fe2df55b",
"tagId": "011c7d76-a9c8-43f4-b72e-1e907b9394d0"
},
{
"id": "626ae1a0-5256-441c-886c-220af5561c28",
"question": "What SQL keyword is used to retrieve data?",
"answer": "SELECT",
"description": "The SELECT keyword is used to retrieve data from a database",
"columnId": "3666097f-516a-4b6b-8b92-c817fe2df55b",
"tagId": "a0e8f319-547c-48e0-9e8e-d02e523d4599"
},
{
"id": "640ca789-f36b-4ebb-9fb9-f8986af36c72",
"question": "What attribute is used to specify the image source in HTML?",
"answer": "src",
"description": "The src attribute specifies the URL of the image",
"tagId": "c24d8b36-5de4-479c-a5c5-af9055f54621",
"columnId": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f"
},
{
"id": "fb043da4-82d3-4ea7-8e5a-ba76fad10402",
"question": "How do you create a table in SQL?",
"answer": "CREATE TABLE",
"description": "The CREATE TABLE statement is used to create a new table in a database",
"columnId": "3666097f-516a-4b6b-8b92-c817fe2df55b",
"tagId": "a0e8f319-547c-48e0-9e8e-d02e523d4599"
},
{
"id": "afa94b55-9f0f-42ae-a7d8-067857043e0c",
"question": "Which tag defines a table row in HTML?",
"answer": "tr",
"description": "The tr tag defines a table row in HTML",
"tagId": "c24d8b36-5de4-479c-a5c5-af9055f54621",
"columnId": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f"
},
{
"id": "44282e97-e30c-4778-b6ad-e75b28fa815c",
"question": "Which SQL statement is used to insert new records?",
"answer": "INSERT",
"description": "The INSERT INTO statement is used to insert new records into a table",
"columnId": "3666097f-516a-4b6b-8b92-c817fe2df55b",
"tagId": "a0e8f319-547c-48e0-9e8e-d02e523d4599"
},
{
"id": "fb086ebc-d073-4521-b45a-dcab0b9a790d",
"question": "What directive is used to repeat elements in Angular?",
"answer": "*ngFor",
"description": "The *ngFor directive is used to repeat elements in Angular",
"tagId": "ac9b3cd5-ce0b-4386-8bd6-7f43505b3046",
"columnId": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f"
},
{
"id": "2f640baf-a781-4cb2-a18e-fea542b2124e",
"question": "What property sets the text color in CSS?",
"answer": "color",
"description": "The color property is used to set the text color in CSS",
"columnId": "f3161ba8-20ed-4292-b99c-35f3482fa481",
"tagId": "3c54efe2-9cbe-435c-a037-ea34cf73b0c5"
},
{
"id": "e3bd1fcd-90b6-4db7-a496-6e5df3527a78",
"question": "Which CSS property controls the space between elements?",
"answer": "margin",
"description": "The margin property controls the space between elements in CSS",
"tagId": "3c54efe2-9cbe-435c-a037-ea34cf73b0c5",
"columnId": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f"
},
{
"id": "24313e29-fb15-4e72-94d4-a24b7e9feaa3",
"question": "What HTML tag is used for hyperlinks?",
"answer": "a",
"description": "The a tag is used to create hyperlinks in HTML",
"tagId": "c24d8b36-5de4-479c-a5c5-af9055f54621",
"columnId": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f"
},
{
"id": "095eef29-80f1-4c31-af59-96c35050b8e8",
"question": "What method initializes a component in Angular?",
"answer": "ngOnInit",
"description": "The ngOnInit method is used to initialize a component in Angular",
"columnId": "3666097f-516a-4b6b-8b92-c817fe2df55b",
"tagId": "ac9b3cd5-ce0b-4386-8bd6-7f43505b3046"
},
{
"id": "1deac32d-cebc-4bf4-84ed-059b57fa988a",
"question": "How do you handle HTTP requests in Node.js?",
"answer": "http",
"description": "The http module is used to handle HTTP requests in Node.js",
"tagId": "5deb23e2-5dbe-4c74-b657-37b7015d3be4",
"columnId": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f"
},
{
"id": "b0b0cee9-3928-489b-a226-5d2579d9326c",
"question": "What function is used to start a Node.js server?",
"answer": "listen",
"description": "The listen function is used to start a Node.js server",
"tagId": "5deb23e2-5dbe-4c74-b657-37b7015d3be4",
"columnId": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f"
},
{
"id": "f224cbe1-a82c-4317-9bce-721b24dc041c",
"question": "Which module is used for file operations in Node.js?",
"answer": "fs",
"description": "The fs module is used for file operations in Node.js",
"tagId": "5deb23e2-5dbe-4c74-b657-37b7015d3be4",
"columnId": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f"
},
{
"id": "c55ead81-11a0-4cb7-bd81-94645bda3234",
"question": "What keyword is used to modify existing data in SQL?",
"answer": "UPDATE",
"description": "The UPDATE keyword is used to modify existing data in a table",
"columnId": "5beb82e9-5caf-4860-b5d4-0baca30ab396",
"tagId": "a0e8f319-547c-48e0-9e8e-d02e523d4599"
},
{
"id": "7d1347e2-15f0-43e7-8ab1-b8f891513d82",
"question": "Which HTML tag is used for an unordered list?",
"answer": "ul",
"description": "The ul tag is used to create an unordered list in HTML",
"tagId": "c24d8b36-5de4-479c-a5c5-af9055f54621",
"columnId": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f"
},
{
"id": "c097f33e-78c5-46c8-895b-b5122870c334",
"question": "What is the purpose of `@Input` in Angular?",
"answer": "Property binding",
"description": "The @Input decorator is used for property binding in Angular",
"tagId": "ac9b3cd5-ce0b-4386-8bd6-7f43505b3046",
"columnId": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f"
},
{
"id": "172ca1c9-6917-4ca4-b2a7-e445b8bc1f20",
"question": "What property is used to change the font size in CSS?",
"answer": "font-size",
"description": "The font-size property is used to change the font size in CSS",
"columnId": "5beb82e9-5caf-4860-b5d4-0baca30ab396",
"tagId": "3c54efe2-9cbe-435c-a037-ea34cf73b0c5"
},
{
"id": "5d432590-58dc-47c3-9883-3621523a74cd",
"question": "How do you declare a variable in JavaScript?",
"answer": "let",
"description": "The let keyword is used to declare a variable in JavaScript",
"columnId": "5beb82e9-5caf-4860-b5d4-0baca30ab396",
"tagId": "011c7d76-a9c8-43f4-b72e-1e907b9394d0"
},
{
"id": "d16880a2-12d9-4761-9042-a9eb4f411f73",
"question": "Which CSS property is used to set the background color?",
"answer": "background-color",
"description": "The background-color property is used to set the background color in CSS",
"tagId": "3c54efe2-9cbe-435c-a037-ea34cf73b0c5",
"columnId": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f"
},
{
"id": "ba1b6fd8-933e-4f58-9ec7-7cc725d92cb0",
"question": "What does `===` do in JavaScript?",
"answer": "Strict equality",
"description": "The `===` operator checks for strict equality in JavaScript. It returns true if the operands are equal and of the same type",
"tagId": "011c7d76-a9c8-43f4-b72e-1e907b9394d0",
"columnId": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f"
}
],
"columns": [
{
"id": "6a3fb0cf-e297-4c7c-b19b-ea04792fb44f",
"label": "To Learn",
"order": 1
},
{
"id": "5beb82e9-5caf-4860-b5d4-0baca30ab396",
"label": "I am familiar",
"order": 2
},
{
"id": "3666097f-516a-4b6b-8b92-c817fe2df55b",
"label": " I am proficient",
"order": 3
},
{
"id": "f3161ba8-20ed-4292-b99c-35f3482fa481",
"label": "I have mastered",
"order": 4
}
],
"tags": [
{
"id": "011c7d76-a9c8-43f4-b72e-1e907b9394d0",
"label": "JavaScript"
},
{
"id": "c41c981b-6c99-4ea6-8ceb-42bb223401a1",
"label": "Java"
},
{
"id": "ac9b3cd5-ce0b-4386-8bd6-7f43505b3046",
"label": "Angular"
},
{
"id": "5deb23e2-5dbe-4c74-b657-37b7015d3be4",
"label": "Node"
},
{
"id": "a0e8f319-547c-48e0-9e8e-d02e523d4599",
"label": "SQL"
},
{
"id": "c24d8b36-5de4-479c-a5c5-af9055f54621",
"label": "HTML"
},
{
"id": "3c54efe2-9cbe-435c-a037-ea34cf73b0c5",
"label": "CSS"
}
]
}