Gets or sets the stimulus presentation time at which the participant may respond.
<likert> <openended> <slidertrial> <surveypage> <trial>
This property indicates when, relative to the presentation of stimuli, Inquisit will begin registering participant responses. By default, Inquisit waits until the entire sequence of stimulus presentation frames has been presented before allowing responses.
The following displays the value of beginresponsetime:
<text sometext>
/ items= ("time = <% trial.sometrial.beginresponsetime %>")
</text>
The following displays the value of beginresponsetime in an instruction page:
<page somepage>
time = <% trial.sometrial.beginresponsetime %>
</page>