nerdexam
Microsoft

70-355 · Question #24

70-355 Question #24: Real Exam Question with Answer & Explanation

The solution involves constructing the XML code snippet as follows: <ListenFor requiredphrase="BeforePhrase">play [my] music</ListenFor> From the 'Code Elements' list, ListenFor is used for the outer tag, BeforePhrase is used for the requiredphrase attribute, and play [my] music

Question

Drag and Drop Question You are developing a Universal Windows Platform (UWP) app named App1. App1 can be started by using Cortana. To start the app, users must be able to say "App1 play my music" or "App1 play music". You need to write the Voice Command Definition (VCD) file to meet the requirement. How should you complete the code? T answer, drag the appropriate code elements to the correct targets. Each element may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

Explanation

The solution involves constructing the XML code snippet as follows: <ListenFor requiredphrase="BeforePhrase">play [my] music</ListenFor> From the 'Code Elements' list, ListenFor is used for the outer tag, BeforePhrase is used for the requiredphrase attribute, and play [my] music is used for the inner content. The elements AfterPhrase, App1 play my music, and the second play my music are not used in this specific solution.

Community Discussion

No community discussion yet for this question.

Full 70-355 Practice