up Inquisit Language Reference

windowIncUnit property

The amount of time by which to increment to the response window.

Member of

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

Syntax

object.name.windowIncUnit

Read/Write

Type

integer

Remarks

Examples

The following displays the value of windowIncUnit in a text stimulus:

<text myText>
/ items= ("windowIncUnit = <% response.foo.windowIncUnit %>")
</text>

The following displays the value of windowIncUnit in an instruction page:

<page myPage>
windowIncUnit = <% response.bar.windowIncUnit %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.