The time at which response window ends.
<defaults> <block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial> <response>
object.name.windowOffset
Read/Write
integer
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>