Spaces:
Sleeping
Sleeping
chandralegend
commited on
Commit
β’
c1630da
1
Parent(s):
5c0f016
added quiz materials
Browse files- assets/quiz.json +53 -63
assets/quiz.json
CHANGED
@@ -1,102 +1,92 @@
|
|
1 |
[
|
2 |
{
|
3 |
-
"question": "Which of the following best describes
|
4 |
"options": [
|
5 |
-
"Teaching computers to understand human
|
6 |
"Teaching humans to understand computer languages",
|
7 |
-
"Teaching computers to
|
8 |
-
"Teaching humans to
|
9 |
],
|
10 |
-
"answer": "Teaching computers to understand human
|
11 |
},
|
12 |
{
|
13 |
-
"question": "What is
|
14 |
"options": [
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
],
|
20 |
-
"answer": "Voice assistants"
|
21 |
-
},
|
22 |
-
{
|
23 |
-
"question": "Which decade saw the introduction of Hidden Markov Models (HMMs) in speech recognition?",
|
24 |
-
"options": [
|
25 |
-
"1960s",
|
26 |
-
"1970s",
|
27 |
-
"1980s",
|
28 |
-
"1990s"
|
29 |
],
|
30 |
-
"answer": "
|
31 |
},
|
32 |
{
|
33 |
-
"question": "What
|
34 |
"options": [
|
35 |
-
"To
|
36 |
-
"To
|
37 |
-
"To
|
38 |
-
"To
|
39 |
],
|
40 |
-
"answer": "To
|
41 |
},
|
42 |
{
|
43 |
-
"question": "
|
44 |
"options": [
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
],
|
50 |
-
"answer": "
|
51 |
},
|
52 |
{
|
53 |
-
"question": "
|
54 |
"options": [
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
59 |
],
|
60 |
-
"answer": "
|
61 |
},
|
62 |
{
|
63 |
-
"question": "
|
64 |
"options": [
|
65 |
-
"
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"
|
69 |
],
|
70 |
-
"answer": "
|
71 |
},
|
72 |
{
|
73 |
-
"question": "
|
74 |
"options": [
|
75 |
-
"
|
76 |
-
"
|
77 |
-
"
|
78 |
-
"
|
79 |
],
|
80 |
-
"answer": "
|
81 |
},
|
82 |
{
|
83 |
-
"question": "
|
84 |
"options": [
|
85 |
-
"
|
86 |
-
"
|
87 |
-
"
|
88 |
-
"
|
89 |
],
|
90 |
-
"answer": "
|
91 |
},
|
92 |
{
|
93 |
-
"question": "
|
94 |
"options": [
|
95 |
-
"
|
96 |
-
"
|
97 |
-
"
|
98 |
-
"
|
99 |
],
|
100 |
-
"answer": "
|
101 |
}
|
102 |
]
|
|
|
1 |
[
|
2 |
{
|
3 |
+
"question": "Which of the following best describes emotion detection?",
|
4 |
"options": [
|
5 |
+
"Teaching computers to understand human emotions",
|
6 |
"Teaching humans to understand computer languages",
|
7 |
+
"Teaching computers to create video games",
|
8 |
+
"Teaching humans to recognize facial features"
|
9 |
],
|
10 |
+
"answer": "Teaching computers to understand human emotions"
|
11 |
},
|
12 |
{
|
13 |
+
"question": "What programming language is commonly used in developing emotion detection applications?",
|
14 |
"options": [
|
15 |
+
"Python",
|
16 |
+
"Java",
|
17 |
+
"C++",
|
18 |
+
"Ruby"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
],
|
20 |
+
"answer": "Python"
|
21 |
},
|
22 |
{
|
23 |
+
"question": "What is the purpose of OpenCV in an emotion detection application?",
|
24 |
"options": [
|
25 |
+
"To analyze and manipulate images and videos",
|
26 |
+
"To recognize and understand human emotions",
|
27 |
+
"To create graphical user interfaces",
|
28 |
+
"To generate statistical reports"
|
29 |
],
|
30 |
+
"answer": "To analyze and manipulate images and videos"
|
31 |
},
|
32 |
{
|
33 |
+
"question": "Why is it important to have a diverse dataset when training an emotion detection model?",
|
34 |
"options": [
|
35 |
+
"It helps the model better understand different facial expressions",
|
36 |
+
"It improves the performance of the computer's processor",
|
37 |
+
"It makes the application run faster",
|
38 |
+
"It reduces the training time for the model"
|
39 |
],
|
40 |
+
"answer": "It helps the model better understand different facial expressions"
|
41 |
},
|
42 |
{
|
43 |
+
"question": "What is the final step after training the model in an emotion detection application?",
|
44 |
"options": [
|
45 |
+
"Collect more data for training",
|
46 |
+
"Test the model's accuracy and performance",
|
47 |
+
"Install additional software plugins",
|
48 |
+
"Optimize the application's user interface"
|
49 |
],
|
50 |
+
"answer": "Test the model's accuracy and performance"
|
51 |
},
|
52 |
{
|
53 |
+
"question": "How does the inference process work in an emotion detection application?",
|
54 |
"options": [
|
55 |
+
"It analyzes facial features and predicts the associated emotion",
|
56 |
+
"It collects user feedback and improves the model's accuracy",
|
57 |
+
"It converts emotions into numerical values for analysis",
|
58 |
+
"It adjusts the application's settings based on user preferences"
|
59 |
],
|
60 |
+
"answer": "It analyzes facial features and predicts the associated emotion"
|
61 |
},
|
62 |
{
|
63 |
+
"question": "What is an example of a real-world application of emotion detection technology?",
|
64 |
"options": [
|
65 |
+
"Virtual reality gaming",
|
66 |
+
"Weather forecasting",
|
67 |
+
"Online shopping",
|
68 |
+
"Recipe suggestions"
|
69 |
],
|
70 |
+
"answer": "Virtual reality gaming"
|
71 |
},
|
72 |
{
|
73 |
+
"question": "What is the importance of ethical considerations in emotion detection applications?",
|
74 |
"options": [
|
75 |
+
"Ensuring privacy and consent when collecting data",
|
76 |
+
"Optimizing the application's performance",
|
77 |
+
"Reducing the complexity of the model",
|
78 |
+
"Enhancing the visual appearance of the application"
|
79 |
],
|
80 |
+
"answer": "Ensuring privacy and consent when collecting data"
|
81 |
},
|
82 |
{
|
83 |
+
"question": "What can students do to further explore and improve their emotion detection application?",
|
84 |
"options": [
|
85 |
+
"Experiment with different image preprocessing techniques",
|
86 |
+
"Rewrite the entire code from scratch",
|
87 |
+
"Avoid using real-time video feeds for testing",
|
88 |
+
"Skip the testing phase and move directly to deployment"
|
89 |
],
|
90 |
+
"answer": "Experiment with different image preprocessing techniques"
|
91 |
}
|
92 |
]
|