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:
On the latest federation star ships all bridge roles can be filled by the computer in the case of an emergency. Then the computer might have to ask a human operator in the engine room for the status. The status reported by the human operator must be submitted to /report.do. How could this be done?

<?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">
<form id="get_status">
<block>Activating automatic helm control.</block>
<field name="status">
<prompt>Status?</prompt>
<grammar src="status.grxml" type="application/srgs+xml"/>
<catch event="help">
Please report the status of shields, engine and warp drive.
</catch>
</field>
<submit>
<block next="/report.do" namelist="status"/>
</submit>
</form>
</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">
<form id="get_status">
<block>Activating automatic helm control.</block>
<field name="status">
<prompt>Status?</prompt>
<grammar src="status.grxml" type="application/srgs+xml"/>
<catch event="help">
Please report the status of shields, engine and warp drive.
</catch>
</field>
<block>
<submit next="/report.do" namelist="status"/>
</block>
</form>
</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">
<form id="get_status">
<block>Activating automatic helm control.</block>
<field name="status">
<prompt>Status?</prompt>
<grammar src="status.grxml" type="application/srgs+xml"/>
<onerror event="help">
Please report the status of shields, engine and warp drive.
</onerror>
</field>
<block>
<submit next="/report.do" namelist="status"/>
</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!!!