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.