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