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:
demo/funny-injury.jpgUsing Voice Recognition standard language, VXML, a programmer offers several versions to initiate a dialog in the case of medical emergency.
Identify the correct version.

<?xml version="1.0" encoding="UTF-8"?>
<!-- assume all attributes of vxml are used correctly -->
<vxml 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"
version="2.0">
<form>
<field name="emergencytype">
<prompt>Please state the nature of the medical emergency.</prompt>
<grammar src="emergency.grxml" type="application/srgs+xml"/>
</field>
</form>
<form>
<block>
<submit next="http://www.theserver.com/emergency.do"/>
</block>
</form>
</vxml>



<?xml version="1.0" encoding="UTF-8"?>
<!-- assume all attributes of vxml are used correctly -->
<vxml 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"
version="2.0">
<form>
<block name="emergencytype">
<prompt>Please state the nature of the medical emergency.</prompt>
<grammar src="emergency.grxml" type="application/srgs+xml"/>
</block>
<field>
<submit next="http://www.theserver.com/emergency.do"/>
</field>
</form>
</vxml>



<?xml version="1.0" encoding="UTF-8"?>
<!-- assume all attributes of vxml are used correctly -->
<vxml 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"
version="2.0">
<form>
<field name="emergencytype">
<prompt>Please state the nature of the medical emergency.</prompt>
<grammar src="emergency.grxml" type="application/srgs+xml"/>
<submit next="http://www.theserver.com/emergency.do"/>
</field>
</form>
</vxml>



<?xml version="1.0" encoding="UTF-8"?>
<!-- assume all attributes of vxml are used correctly -->
<vxml 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"
version="2.0">
<form>
<field name="emergencytype">
<prompt>Please state the nature of the medical emergency.</prompt>
<grammar src="emergency.grxml" type="application/srgs+xml"/>
</field>
</form>
<block>
<submit next="http://www.theserver.com/emergency.do"/>
</block>
</vxml>



<?xml version="1.0" encoding="UTF-8"?>
<!-- assume all attributes of vxml are used correctly -->
<vxml 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"
version="2.0">
<form>
<field name="emergencytype">
<prompt>Please state the nature of the medical emergency.</prompt>
<grammar src="emergency.grxml" type="application/srgs+xml"/>
</field>
<block>
<submit next="http://www.theserver.com/emergency.do"/>
</block>
</form>
</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!!!