Spaces:
Sleeping
Sleeping
chandralegend
commited on
Commit
•
1748c64
1
Parent(s):
62e3396
Update assets/quiz.json
Browse files- assets/quiz.json +60 -60
assets/quiz.json
CHANGED
@@ -1,102 +1,102 @@
|
|
1 |
[
|
2 |
{
|
3 |
-
"question": "
|
4 |
"options": [
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
],
|
10 |
-
"answer": "
|
11 |
},
|
12 |
{
|
13 |
-
"question": "What is
|
14 |
"options": [
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
],
|
20 |
-
"answer": "
|
21 |
},
|
22 |
{
|
23 |
-
"question": "
|
24 |
"options": [
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
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": "What
|
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": "When was the concept of Speech Recognition first introduced?",
|
4 |
"options": [
|
5 |
+
"1920s",
|
6 |
+
"1940s",
|
7 |
+
"1960s",
|
8 |
+
"1980s"
|
9 |
],
|
10 |
+
"answer": "1960s"
|
11 |
},
|
12 |
{
|
13 |
+
"question": "What is Speech Recognition?",
|
14 |
"options": [
|
15 |
+
"The ability to understand and interpret spoken language by computers",
|
16 |
+
"The ability to recognize different accents and dialects",
|
17 |
+
"The ability to convert written text into spoken words",
|
18 |
+
"The ability to analyze the rhythm and intonation of speech"
|
19 |
],
|
20 |
+
"answer": "The ability to understand and interpret spoken language by computers"
|
21 |
},
|
22 |
{
|
23 |
+
"question": "What are some common use cases of Speech Recognition technology?",
|
24 |
"options": [
|
25 |
+
"Voice assistants",
|
26 |
+
"Transcription services",
|
27 |
+
"Call center automation",
|
28 |
+
"All of the above"
|
29 |
],
|
30 |
+
"answer": "All of the above"
|
31 |
},
|
32 |
{
|
33 |
+
"question": "What is the purpose of OpenAI's Whisper?",
|
34 |
"options": [
|
35 |
+
"To improve automatic speech recognition systems",
|
36 |
+
"To develop natural language processing algorithms",
|
37 |
+
"To create voice synthesis models",
|
38 |
+
"To enhance text-to-speech capabilities"
|
39 |
],
|
40 |
+
"answer": "To improve automatic speech recognition systems"
|
41 |
},
|
42 |
{
|
43 |
+
"question": "Which programming language is commonly used in developing Speech Recognition applications?",
|
44 |
"options": [
|
45 |
+
"Python",
|
46 |
+
"Java",
|
47 |
+
"C++",
|
48 |
+
"JavaScript"
|
49 |
],
|
50 |
+
"answer": "Python"
|
51 |
},
|
52 |
{
|
53 |
+
"question": "What are the challenges faced by Speech Recognition systems?",
|
54 |
"options": [
|
55 |
+
"Background noise",
|
56 |
+
"Accents and dialects",
|
57 |
+
"Speech disorders",
|
58 |
+
"All of the above"
|
59 |
],
|
60 |
+
"answer": "All of the above"
|
61 |
},
|
62 |
{
|
63 |
+
"question": "What is the difference between automatic and interactive Speech Recognition?",
|
64 |
"options": [
|
65 |
+
"Automatic Speech Recognition requires pre-recorded speech, while interactive Speech Recognition can process real-time speech",
|
66 |
+
"Automatic Speech Recognition focuses on recognizing individual words, while interactive Speech Recognition understands the context of the speech",
|
67 |
+
"Automatic Speech Recognition is used in voice assistants, while interactive Speech Recognition is used in transcription services",
|
68 |
+
"There is no difference between automatic and interactive Speech Recognition"
|
69 |
],
|
70 |
+
"answer": "Automatic Speech Recognition requires pre-recorded speech, while interactive Speech Recognition can process real-time speech"
|
71 |
},
|
72 |
{
|
73 |
+
"question": "Which company developed the first practical speech recognition system?",
|
74 |
"options": [
|
75 |
+
"IBM",
|
76 |
+
"Microsoft",
|
77 |
+
"Apple",
|
78 |
+
"Google"
|
79 |
],
|
80 |
+
"answer": "IBM"
|
81 |
},
|
82 |
{
|
83 |
+
"question": "What is the primary technology behind modern Speech Recognition systems?",
|
84 |
"options": [
|
85 |
+
"Hidden Markov Models (HMMs)",
|
86 |
+
"Recurrent Neural Networks (RNNs)",
|
87 |
+
"Support Vector Machines (SVMs)",
|
88 |
+
"Convolutional Neural Networks (CNNs)"
|
89 |
],
|
90 |
+
"answer": "Recurrent Neural Networks (RNNs)"
|
91 |
},
|
92 |
{
|
93 |
+
"question": "What is the role of language models in Speech Recognition?",
|
94 |
"options": [
|
95 |
+
"To convert spoken words into written text",
|
96 |
+
"To analyze the sentiment of the speech",
|
97 |
+
"To improve the accuracy and context understanding of Speech Recognition systems",
|
98 |
+
"To identify specific speech patterns and accents"
|
99 |
],
|
100 |
+
"answer": "To improve the accuracy and context understanding of Speech Recognition systems"
|
101 |
}
|
102 |
]
|