chandralegend commited on
Commit
c1630da
β€’
1 Parent(s): 5c0f016

added quiz materials

Browse files
Files changed (1) hide show
  1. assets/quiz.json +53 -63
assets/quiz.json CHANGED
@@ -1,102 +1,92 @@
1
  [
2
  {
3
- "question": "Which of the following best describes speech recognition?",
4
  "options": [
5
- "Teaching computers to understand human speech",
6
  "Teaching humans to understand computer languages",
7
- "Teaching computers to write code",
8
- "Teaching humans to speak multiple languages"
9
  ],
10
- "answer": "Teaching computers to understand human speech"
11
  },
12
  {
13
- "question": "What is one of the popular applications of speech recognition?",
14
  "options": [
15
- "Facial recognition",
16
- "Virtual reality gaming",
17
- "Voice assistants",
18
- "Emotion detection"
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": "1980s"
31
  },
32
  {
33
- "question": "What was the purpose of the DARPA challenges in speech recognition?",
34
  "options": [
35
- "To promote research and advancements in the field",
36
- "To train voice assistants",
37
- "To improve internet connectivity",
38
- "To develop social media platforms"
39
  ],
40
- "answer": "To promote research and advancements in the field"
41
  },
42
  {
43
- "question": "What role did neural networks play in speech recognition?",
44
  "options": [
45
- "They helped in translating spoken language",
46
- "They allowed for automatic extraction of features from speech data",
47
- "They facilitated handwriting recognition",
48
- "They improved internet security"
49
  ],
50
- "answer": "They allowed for automatic extraction of features from speech data"
51
  },
52
  {
53
- "question": "Which popular voice assistant was introduced in 2011?",
54
  "options": [
55
- "Siri",
56
- "Alexa",
57
- "Cortana",
58
- "Google Assistant"
59
  ],
60
- "answer": "Siri"
61
  },
62
  {
63
- "question": "What recent advancements have contributed to the improvement of speech recognition?",
64
  "options": [
65
- "Neural networks and deep learning",
66
- "Augmented reality technology",
67
- "Quantum computing",
68
- "Robotics"
69
  ],
70
- "answer": "Neural networks and deep learning"
71
  },
72
  {
73
- "question": "In which field is speech recognition commonly used to convert spoken words into written text?",
74
  "options": [
75
- "Medical diagnosis",
76
- "Automotive engineering",
77
- "Transcription services",
78
- "Space exploration"
79
  ],
80
- "answer": "Transcription services"
81
  },
82
  {
83
- "question": "How does speech recognition technology benefit individuals with disabilities?",
84
  "options": [
85
- "It helps improve memory and cognitive skills",
86
- "It enables them to interact with technology through voice commands",
87
- "It provides physical therapy",
88
- "It helps improve vision and hearing abilities"
89
  ],
90
- "answer": "It enables them to interact with technology through voice commands"
91
  },
92
  {
93
- "question": "Which speech recognition system developed by OpenAI is known for its state-of-the-art performance?",
94
  "options": [
95
- "Whisper",
96
- "Roomba",
97
- "Siri",
98
- "Echo"
99
  ],
100
- "answer": "Whisper"
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
  ]