-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput.json
More file actions
84 lines (84 loc) · 3.08 KB
/
output.json
File metadata and controls
84 lines (84 loc) · 3.08 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
{
"topics": "fullstack,frontend",
"difficulty": "medium",
"comment": "For each topic, provide the following:",
"questions": [
{
"number": 1,
"question": "What is the difference between front-end and back-end development?",
"options": [
"1: Front-end is concerned with the user interface, while back-end focuses on server and database operations",
"2: Front-end is responsible for server and database operations, while back-end focuses on the user interface",
"3: There is no difference between front-end and back-end development",
"4: Front-end is responsible for both the user interface and server operations, while back-end focuses on the database"
],
"answer": "1: Front-end is concerned with the user interface, while back-end focuses on server and database operations"
},
{
"number": 2,
"question": "What is HTML?",
"options": [
"1: Hypertext Markup Language",
"2: Home Tool Markup Language",
"3: Hyper Transfer Markup Language",
"4: High Tech Markup Language"
],
"answer": "1: Hypertext Markup Language"
},
{
"number": 3,
"question": "What is CSS?",
"options": [
"1: Cascading Style Sheets",
"2: Creative Style Sheets",
"3: Computer Style Sheets",
"4: Cascading System Sheets"
],
"answer": "1: Cascading Style Sheets"
},
{
"number": 4,
"question": "What is JavaScript?",
"options": [
"1: A programming language used for web development",
"2: A markup language used for styling web pages",
"3: A database management system",
"4: A web server"
],
"answer": "1: A programming language used for web development"
},
{
"number": 5,
"question": "What is a framework?",
"options": [
"1: A pre-designed template for building websites or applications",
"2: A programming language",
"3: A database management system",
"4: A web browser"
],
"answer": "1: A pre-designed template for building websites or applications"
}
],
"faqs": {
"1": {
"question": "What skills are required for full-stack development?",
"answer": "Full-stack developers are required to have knowledge of both front-end and back-end technologies, including HTML, CSS, JavaScript, server-side programming, and databases."
},
"2": {
"question": "What are some popular front-end frameworks?",
"answer": "Some popular front-end frameworks include React, Angular, and Vue.js."
},
"3": {
"question": "What is responsive web design?",
"answer": "Responsive web design is an approach to designing web pages that automatically adapts to different screen sizes and devices, providing an optimal viewing experience for users."
},
"4": {
"question": "What is the role of a front-end developer?",
"answer": "Front-end developers are responsible for implementing the visual and interactive elements of a website or application, using HTML, CSS, and JavaScript."
},
"5": {
"question": "What is the role of a back-end developer?",
"answer": "Back-end developers are responsible for implementing the server-side logic and database management of a website or application."
}
}
}