up Inquisit Language Reference

windowMinCenter property

The minimum time permitted for the midpoint of the response window.

Member of

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

Syntax

object.name.windowMinCenter

Read/Write

Type

integer

Remarks

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.