up Inquisit Language Reference

windowWidth property

The duration of the response window.

Member of

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

Syntax

object.name.windowWidth

Read/Write

Type

integer

Remarks

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.