up Inquisit Language Reference

windowOnset property

The time at which response window begins.

Member of

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

Syntax

object.name.windowOnset

Read/Write

Type

integer

Remarks

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.