The amount of time to display the hit stimulus indicating the response was in the window.
<defaults> <block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial> <response>
object.name.windowHitDuration
Read/Write
integer
The following displays the value of windowhitduration in a text stimulus:
<text myText>
/ items= ("windowhitduration = <% response.foo.windowhitduration %>")
</text>
The following displays the value of windowhitduration in an instruction page:
<page myPage>
windowhitduration = <% response.bar.windowhitduration %>
</page>