up Inquisit Language Reference

windowOffset property

The time at which response window ends.

Member of

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

Syntax

object.name.windowOffset

Read/Write

Type

integer

Remarks

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.