-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample_data.json
More file actions
496 lines (496 loc) · 19.6 KB
/
Copy pathexample_data.json
File metadata and controls
496 lines (496 loc) · 19.6 KB
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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
{
"drafts": [
{
"id": "acd53620-2ac6-4968-8d89-d07c7f0238d5",
"title": "CS182 - Week 9 Quiz",
"variations": [
{
"questions": [
{
"question": "What is the purpose of a server in web development?",
"choices": [
"To write code",
"To request web pages",
"To serve web pages to client computers",
"To design web pages"
],
"answer": "To serve web pages to client computers",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "True or False: All computers have an IP address.",
"answer": "True",
"question_type": "TRUE_FALSE"
},
{
"question": "What does IP address stand for?",
"answer": "Internet Protocol address",
"question_type": "SHORT_ANSWER"
},
{
"question": "What does Web Development entail?",
"choices": [
"Creating and maintaining websites",
"Developing mobile apps",
"Managing social media accounts",
"Designing logos"
],
"answer": "Creating and maintaining websites",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "True or False: Web Development can be categorized into front-end and back-end development.",
"answer": "True",
"question_type": "TRUE_FALSE"
},
{
"question": "What is a domain name in relation to a server's IP address?",
"answer": "It corresponds to the server's IP address",
"question_type": "SHORT_ANSWER"
}
]
},
{
"questions": [
{
"question": "What serves a web page whenever a client computer requests it?",
"choices": ["IP address", "Server", "Domain name", "Client"],
"answer": "Server",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "What is an IP address likened to in the audio transcript?",
"choices": [
"Mailing address for computers",
"Server computer",
"Domain name",
"Client"
],
"answer": "Mailing address for computers",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "What is web development?",
"answer": "Web development is the process of creating and maintaining websites and web applications.",
"question_type": "SHORT_ANSWER"
},
{
"question": "Is an IP address likened to a mailing address for computers in the audio transcript? (True/False)",
"answer": "True",
"question_type": "TRUE_FALSE"
},
{
"question": "Can a server have a domain name that corresponds to its IP address? (True/False)",
"answer": "True",
"question_type": "TRUE_FALSE"
},
{
"question": "How can building a website be categorized?",
"choices": [
"Front end and back end development",
"Web assembly coding",
"Computer networking",
"Database management"
],
"answer": "Front end and back end development",
"question_type": "MULTIPLE_CHOICE"
}
]
},
{
"questions": [
{
"question": "What is the purpose of an IP address in the context of serving web pages?",
"choices": [
"To define the layout of a web page",
"To determine the color scheme of a web page",
"To serve as a mailing address for computers",
"To display images on a web page"
],
"answer": "To serve as a mailing address for computers",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "What does web development entail?",
"choices": [
"Building and maintaining websites and web applications",
"Creating marketing campaigns",
"Designing logos for businesses",
"Producing TV commercials"
],
"answer": "Building and maintaining websites and web applications",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "How is web development categorized?",
"choices": [
"Front-end and server-side",
"Database and backend",
"Front-end and back-end",
"API and client-side"
],
"answer": "Front-end and back-end",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "True or False: A domain name corresponds to an IP address.",
"answer": "True",
"question_type": "TRUE_FALSE"
},
{
"question": "True or False: All components of a website fall under front-end development.",
"answer": "False",
"question_type": "TRUE_FALSE"
},
{
"question": "Explain what web development is in a short answer.",
"answer": "Web development is the process of creating and maintaining websites and web applications.",
"question_type": "SHORT_ANSWER"
}
]
}
],
"num_questions": 6,
"time_prediction": 9,
"lastEdited": "2024-03-31T15:35:55.213Z"
}
],
"CS 182": [
{
"id": "01754392-07b2-4b47-8c0c-5b8b0844f0c",
"title": "CS182 - Week 8 Quiz",
"variations": [
{
"questions": [
{
"question": "What is the function of a server in web development?",
"choices": [
"Serve web pages to client computers",
"Write code for websites",
"Design website layouts",
"Provide Internet access"
],
"answer": "Serve web pages to client computers",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "What is an IP address used for?",
"choices": [
"Tracking web traffic",
"Identifying a computer on a network",
"Downloading web pages",
"Storing website data"
],
"answer": "Identifying a computer on a network",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "What is the main goal of web development?",
"choices": [
"Create software applications",
"Develop mobile games",
"Design user interfaces",
"Create and maintain websites"
],
"answer": "Create and maintain websites",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "True or False: All computers have an IP address.",
"answer": "True",
"question_type": "TRUE_FALSE"
},
{
"question": "True or False: Web development only involves building website layouts.",
"answer": "False",
"question_type": "TRUE_FALSE"
},
{
"question": "What does the term 'front end development' refer to in web development?",
"answer": "Creating the user interface of a website",
"question_type": "SHORT_ANSWER"
},
{
"question": "Explain what a domain name is in relation to IP addresses.",
"answer": "A domain name is a human-readable address that corresponds to an IP address, making it easier for users to access websites.",
"question_type": "SHORT_ANSWER"
},
{
"question": "List two components of building a website.",
"answer": "Front end and back end development",
"question_type": "SHORT_ANSWER"
},
{
"question": "Define web development in your own words.",
"answer": "Web development is the process of creating and maintaining websites and web applications.",
"question_type": "SHORT_ANSWER"
},
{
"question": "What is the role of a web developer?",
"answer": "To create and maintain websites and web applications.",
"question_type": "SHORT_ANSWER"
},
{
"question": "Explain the difference between front end and back end development.",
"answer": "Front end development focuses on the user interface and user experience, while back end development deals with server-side logic and database interactions.",
"question_type": "SHORT_ANSWER"
},
{
"question": "How are domain names related to IP addresses?",
"answer": "Domain names are mapped to IP addresses in DNS servers to translate human-readable addresses into numerical IP addresses for computer communication.",
"question_type": "SHORT_ANSWER"
}
]
},
{
"questions": [
{
"question": "What is the process of creating and maintaining websites and web applications?",
"choices": [
"A. Web server",
"B. Web browser",
"C. Web development",
"D. Web hosting"
],
"answer": "C. Web development",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "What category of development involves the parts of a website that are visible to users?",
"choices": [
"A. Front end development",
"B. Back end development",
"C. Full stack development",
"D. Web design"
],
"answer": "A. Front end development",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "What does IP address stand for?",
"choices": [
"A. Internet Protocol address",
"B. Internal Protocol address",
"C. Internet Provider address",
"D. Internal Provider address"
],
"answer": "A. Internet Protocol address",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "True or False: Web development is only focused on creating basic websites.",
"answer": "FALSE",
"question_type": "TRUE_FALSE"
},
{
"question": "True or False: The back end of web development involves the parts of a website that are visible to users.",
"answer": "FALSE",
"question_type": "TRUE_FALSE"
},
{
"question": "What is the term used for a computer that serves web pages to client computers?",
"answer": "Web server",
"question_type": "SHORT_ANSWER"
},
{
"question": "What is the function of an IP address?",
"answer": "Mailing address for computers",
"question_type": "SHORT_ANSWER"
},
{
"question": "What is the term for the address that corresponds to a server's IP address?",
"answer": "Domain name",
"question_type": "SHORT_ANSWER"
},
{
"question": "What does web development entail?",
"answer": "Creating and maintaining websites and web applications",
"question_type": "SHORT_ANSWER"
},
{
"question": "How can web development be categorized?",
"answer": "Front end and back end",
"question_type": "SHORT_ANSWER"
},
{
"question": "What are the components of building a website?",
"answer": "Multiple components including front end and back end development",
"question_type": "SHORT_ANSWER"
}
]
}
],
"num_questions": 11,
"time_prediction": 16.5,
"lastEdited": "2024-03-31T02:39:00.628Z"
},
{
"id": "01744392-07b2-4b47-8c0c-5b8b0844f0c",
"title": "CS182 - Week 7 Quiz",
"variations": [
{
"questions": [
{
"question": "What is the function of a server in web development?",
"choices": [
"Serve web pages to client computers",
"Write code for websites",
"Design website layouts",
"Provide Internet access"
],
"answer": "Serve web pages to client computers",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "What is an IP address used for?",
"choices": [
"Tracking web traffic",
"Identifying a computer on a network",
"Downloading web pages",
"Storing website data"
],
"answer": "Identifying a computer on a network",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "What is the main goal of web development?",
"choices": [
"Create software applications",
"Develop mobile games",
"Design user interfaces",
"Create and maintain websites"
],
"answer": "Create and maintain websites",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "True or False: All computers have an IP address.",
"answer": "True",
"question_type": "TRUE_FALSE"
},
{
"question": "True or False: Web development only involves building website layouts.",
"answer": "False",
"question_type": "TRUE_FALSE"
},
{
"question": "What does the term 'front end development' refer to in web development?",
"answer": "Creating the user interface of a website",
"question_type": "SHORT_ANSWER"
},
{
"question": "Explain what a domain name is in relation to IP addresses.",
"answer": "A domain name is a human-readable address that corresponds to an IP address, making it easier for users to access websites.",
"question_type": "SHORT_ANSWER"
},
{
"question": "List two components of building a website.",
"answer": "Front end and back end development",
"question_type": "SHORT_ANSWER"
},
{
"question": "Define web development in your own words.",
"answer": "Web development is the process of creating and maintaining websites and web applications.",
"question_type": "SHORT_ANSWER"
},
{
"question": "What is the role of a web developer?",
"answer": "To create and maintain websites and web applications.",
"question_type": "SHORT_ANSWER"
},
{
"question": "Explain the difference between front end and back end development.",
"answer": "Front end development focuses on the user interface and user experience, while back end development deals with server-side logic and database interactions.",
"question_type": "SHORT_ANSWER"
},
{
"question": "How are domain names related to IP addresses?",
"answer": "Domain names are mapped to IP addresses in DNS servers to translate human-readable addresses into numerical IP addresses for computer communication.",
"question_type": "SHORT_ANSWER"
}
]
},
{
"questions": [
{
"question": "What is the process of creating and maintaining websites and web applications?",
"choices": [
"A. Web server",
"B. Web browser",
"C. Web development",
"D. Web hosting"
],
"answer": "C. Web development",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "What category of development involves the parts of a website that are visible to users?",
"choices": [
"A. Front end development",
"B. Back end development",
"C. Full stack development",
"D. Web design"
],
"answer": "A. Front end development",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "What does IP address stand for?",
"choices": [
"A. Internet Protocol address",
"B. Internal Protocol address",
"C. Internet Provider address",
"D. Internal Provider address"
],
"answer": "A. Internet Protocol address",
"question_type": "MULTIPLE_CHOICE"
},
{
"question": "True or False: Web development is only focused on creating basic websites.",
"answer": "FALSE",
"question_type": "TRUE_FALSE"
},
{
"question": "True or False: The back end of web development involves the parts of a website that are visible to users.",
"answer": "FALSE",
"question_type": "TRUE_FALSE"
},
{
"question": "What is the term used for a computer that serves web pages to client computers?",
"answer": "Web server",
"question_type": "SHORT_ANSWER"
},
{
"question": "What is the function of an IP address?",
"answer": "Mailing address for computers",
"question_type": "SHORT_ANSWER"
},
{
"question": "What is the term for the address that corresponds to a server's IP address?",
"answer": "Domain name",
"question_type": "SHORT_ANSWER"
},
{
"question": "What does web development entail?",
"answer": "Creating and maintaining websites and web applications",
"question_type": "SHORT_ANSWER"
},
{
"question": "How can web development be categorized?",
"answer": "Front end and back end",
"question_type": "SHORT_ANSWER"
},
{
"question": "What are the components of building a website?",
"answer": "Multiple components including front end and back end development",
"question_type": "SHORT_ANSWER"
}
]
}
],
"num_questions": 11,
"time_prediction": 16.5,
"lastEdited": "2024-03-31T02:39:00.628Z"
}
]
}