up Inquisit Language Reference

windowDecThreshold 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.windowDecThreshold

Read/Write

Type

integer

Remarks

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.