Lesson 23 quiz

pull/168/head
Jim Bennett 4 years ago
parent 3c443db4c6
commit 226e86aaac

@ -2247,6 +2247,108 @@
] ]
} }
] ]
},
{
"id": 45,
"title": "Lesson 23 - Set a timer and provide spoken feedback: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "Speech generated by AI models sounds monotonous and robotic",
"answerOptions": [
{
"answerText": "True",
"isCorrect": "false"
},
{
"answerText": "False",
"isCorrect": "true"
}
]
},
{
"questionText": "AI models can only create speech in American English:",
"answerOptions": [
{
"answerText": "True",
"isCorrect": "false"
},
{
"answerText": "False",
"isCorrect": "true"
}
]
},
{
"questionText": "AI models would convert 1234 into which spoken phrase:",
"answerOptions": [
{
"answerText": "One two three four",
"isCorrect": "false"
},
{
"answerText": "One thousand two hundred and thirty four",
"isCorrect": "false"
},
{
"answerText": "It depends on the context",
"isCorrect": "true"
}
]
}
]
},
{
"id": 46,
"title": "Lesson 23 - Set a timer and provide spoken feedback: Post-Lecture Quiz",
"quiz": [
{
"questionText": "The three parts of speech generation are:",
"answerOptions": [
{
"answerText": "Text analysis, understanding analysis, sound generation",
"isCorrect": "false"
},
{
"answerText": "Text analysis, linguistic analysis, wave form generation",
"isCorrect": "true"
},
{
"answerText": "Word analysis, audio production",
"isCorrect": "false"
}
]
},
{
"questionText": "Can speech generation models be trained to sound like existing people:",
"answerOptions": [
{
"answerText": "True",
"isCorrect": "true"
},
{
"answerText": "False",
"isCorrect": "false"
}
]
},
{
"questionText": "The markup language used to encode speech is called:",
"answerOptions": [
{
"answerText": "SSML",
"isCorrect": "true"
},
{
"answerText": "MSSL",
"isCorrect": "false"
},
{
"answerText": "SpeechXML",
"isCorrect": "false"
}
]
}
]
} }
] ]
} }

Loading…
Cancel
Save