Register Login
Internet / AI Technology University (ITU/AITU)
Created by info@itofthefuture.com
Welcome Anonimous.User to this quiz related to Speech.

Read the question and choose the best answer. Time is limited to 40 seconds!

Important! Do not forget to rank the quality of the question (from bad to excellent).
An initiator of the quiz will get royalty score for QnAs created by her/him and can win the Top Creativity Prize.
Question:
When the owner of a private quarter on a federation starship leavis his quarter the computer automatically asks what to do about the door lock: Leave it unlocked or lock it so that only the owner can open it. How can this be done? (Identify syntactically valid VoiceXML constructs.)

<?xml version="1.0" encoding="UTF-8"?>
<!-- assume all attributes of vxml are used correctly -->
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2001/vxml
http://www.w3.org/TR/voicexml20/vxml.xsd">
<menu>
<enumerate>Do you want the door to be locked?<enumerate/>
<prompt>
<choice next="/lock.do">
Yes
</choice>
<choice next="/unlock.do">
No
</choice>
<noinput>Please say one of <enumerate/></noinput>
</prompt>
</menu>
</vxml>



<?xml version="1.0" encoding="UTF-8"?>
<!-- assume all attributes of vxml are used correctly -->
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2001/vxml
http://www.w3.org/TR/voicexml20/vxml.xsd">
<menu>
<ask>
Do you want the door to be locked?<enumerate/>
</ask>
<switch next="/lock.do">
Yes
</switch>
<switch next="/unlock.do">
No
</switch>
<noinput>Please say one of <enumerate/></noinput>
</menu>
</vxml>



<?xml version="1.0" encoding="UTF-8"?>
<!-- assume all attributes of vxml are used correctly -->
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2001/vxml
http://www.w3.org/TR/voicexml20/vxml.xsd">
<menu>
<prompt>
Do you want the door to be locked?
</prompt>
<enumerate>
<choice next="/lock.do">
Yes
</choice>
<choice next="/unlock.do">
No
</choice>
</enumerate>
<noinput>Please say yes or no.</noinput>
</menu>
</vxml>



<?xml version="1.0" encoding="UTF-8"?>
<!-- assume all attributes of vxml are used correctly -->
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2001/vxml
http://www.w3.org/TR/voicexml20/vxml.xsd">
<menu>
<prompt>
Do you want the door to be locked?<enumerate/>
</prompt>
<choice next="/lock.do">
Yes
</choice>
<choice next="/unlock.do">
No
</choice>
<noinput>Please say one of <enumerate/></noinput>
</menu>
</vxml>



<?xml version="1.0" encoding="UTF-8"?>
<!-- assume all attributes of vxml are used correctly -->
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2001/vxml
http://www.w3.org/TR/voicexml20/vxml.xsd">
<menu>
<prompt>
Do you want the door to be locked?<enumerate/>
</prompt>
<switch next="/lock.do">
Yes
</switch>
<switch next="/unlock.do">
No
</switch>
<noinput>Please say one of <enumerate/></noinput>
</menu>
</vxml>



Rank the Quality of the Question from "-10" (bad) or "0" (not clear) to 10 (correct) or even 20 (very good!)
-10 (bad/wrong) 0 (not clear) 10 (correct) 20 (very good!)
Your summary report will be available to you and your instructor. Thank you for your work!!!