<?xml version="1.0"?>
<vxml version="1.0"> 
  <form> 
	 <field name="answer"> 
		<grammar> <![CDATA[
          [
            [dtmf-1] {<option "door1">}
            [dtmf-2] {<option "door2">}
            [dtmf-3] {<option "door3">}
          ]
        ]]>
		</grammar> 
		<prompt> <audio>You are in a small room with three doors.</audio>
		  <pause>300</pause> <audio>To open the first door, press 1.</audio>
		  <pause>300</pause> <audio>To open the second door, press 2.</audio>
		  <pause>300</pause> <audio>To open the third door, press 3.</audio> </prompt> 
	 </field> 
	 <filled> 
	 	<result name="door1"> 
	 	  <audio>You see a large hungry monkey.</audio> 
		  <reprompt/> 
	   </result> 
	   <result name="door2"> 
	 	  <audio>You see another room with three doors, a man, and his monkey.</audio> 
		  <reprompt/>
	   </result> 
	   <result name="door3"> 
	     <audio>You see a man scratching his monkey.</audio> 
		  <reprompt/> 
	   </result> 
	 </filled> 
  </form>
</vxml>
