up Inquisit Language Reference

windowHitDuration property

The amount of time to display the hit stimulus indicating the response was in the window.

Member of

<defaults> <block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial> <response>

Syntax

object.name.windowHitDuration

Read/Write

Type

integer

Remarks

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.