up Inquisit Language Reference

windowCenter property

The time marking the midpoint of the response window.

Member of

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

Syntax

object.name.windowCenter

Read/Write

Type

integer

Remarks

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.