<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/timer/5" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.7" device="both">
  <assertion>When the NAME attribute of the TIMER element is specified as a string, it
defines a variable name. If that variable is set to zero, the timer is
disabled.
</assertion>
  <results>
    <result>
      <name>test</name>
      <value>pass</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<onevent type="onenterforward">
<go href="#card1">
<setvar name="test" value="0"/>
</go>
</onevent>
<auto_failed>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<onevent type="ontimer">
<go href="<responseurl>">
<postfield name="test" value="$test"/>
<sessionvars>
</go>
</onevent>
<timer name="test" value="0"/>
<p>Select this&nbsp;
<anchor>
<go href="<responseurl>">
<postfield name="test" value="pass"/>
<sessionvars>
</go>
link
</anchor>
&nbsp;to complete the test.</p>
</card>
]]>
    </card>
  </cards>
</test>

