up Inquisit Language Reference

windowDecUnit property

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

Member of

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

Syntax

object.name.windowDecUnit

Read/Write

Type

integer

Remarks

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.