The amount of time to display the hit stimulus indicating the response was in the window.
<block> <defaults> <expt> <likert> <openended> <response> <slidertrial> <trial>
The following displays the value of windowhitduration in a text stimulus:
<text sometext>
/ items= ("windowhitduration = <% response.foo.windowhitduration %>")
</text>
The following displays the value of windowhitduration in an instruction page:
<page somepage>
windowhitduration = <% response.bar.windowhitduration %>
</page>