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>