|
| 1 | +### YamlMime:ModuleUnit |
| 2 | +uid: learn.wwl.translate-text-speech.knowledge-check |
| 3 | +title: Module assessment |
| 4 | +metadata: |
| 5 | + title: Module assessment |
| 6 | + description: Knowledge check |
| 7 | + author: GraemeMalcolm |
| 8 | + ms.author: gmalc |
| 9 | + ms.date: 3/13/2026 |
| 10 | + ms.topic: unit |
| 11 | + module_assessment: true |
| 12 | +durationInMinutes: 3 |
| 13 | +quiz: |
| 14 | + title: "" |
| 15 | + questions: |
| 16 | + - content: 'What function of an Azure Translator **TextTranslationClient** object should you use to convert the Chinese word "你好" to the English word "Hello"?' |
| 17 | + choices: |
| 18 | + - content: "get_supported_language" |
| 19 | + isCorrect: false |
| 20 | + explanation: "Incorrect. Detection determines in which language text is written." |
| 21 | + - content: "translate" |
| 22 | + isCorrect: true |
| 23 | + explanation: "Correct. Translation converts text from one language to another." |
| 24 | + - content: "transliterate" |
| 25 | + isCorrect: false |
| 26 | + explanation: "Incorrect. Transliteration converts text from one script to another." |
| 27 | + - content: 'What function of an Azure Translator **TextTranslationClient** object should you use to convert the Russian word "спасибо" in Cyrillic characters to "spasibo" in Latin characters?' |
| 28 | + choices: |
| 29 | + - content: "get_supported_language" |
| 30 | + isCorrect: false |
| 31 | + explanation: "Incorrect. Detection determines in which language text is written." |
| 32 | + - content: translate" |
| 33 | + isCorrect: false |
| 34 | + explanation: "Incorrect. Translation converts text from one language to another." |
| 35 | + - content: "transliterate" |
| 36 | + isCorrect: true |
| 37 | + explanation: "Correct. Transliteration converts text from one script to another." |
| 38 | + - content: "Which Azure Speech SDK object should you use to specify the language(s) into which you want speech translated?" |
| 39 | + choices: |
| 40 | + - content: "SpeechConfig" |
| 41 | + isCorrect: false |
| 42 | + explanation: "Incorrect. Specify target languages in the SpeechTranslationConfig object." |
| 43 | + - content: "SpeechTranslationConfig" |
| 44 | + isCorrect: true |
| 45 | + explanation: "Correct. Specify target languages in the SpeechTranslationConfig object." |
| 46 | + - content: "AudioConfig" |
| 47 | + isCorrect: false |
| 48 | + explanation: "Incorrect. Specify target languages in the SpeechTranslationConfig object." |
0 commit comments