<?xml version="1.0"?>
<!--
  SURVEY APP SAMPLE SUBDIALOG
  This is a sample subdialog for use with a 'subdialog (phone only)' question in a survey.
  (c) 2008 Plum Voice
-->
<vxml version="2.0">
  <form>
    <block>
      <prompt>
        You answered... yes... to <value expr="'0'"/> questions on this page.
      </prompt>
      <var name="result" expr="'0'"/>
      <return namelist="result"/>
    </block>
  </form>
</vxml>