The duration of the response window.
<defaults> <block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial> <response>
object.name.windowWidth
Read/Write
integer
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>