The number of milliseconds elapsed from the start of the script to the time the response was made.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.responseTimestamp
Read Only
integer
The following displays the value of responseTimestamp in a text stimulus:
<text myText>
/ items= ("responseTimestamp = <% trial.myTrial.responseTimestamp %>")
</text>
The following displays the value of responseTimestamp in an instruction page:
<page myPage>
responseTimestamp = <% trial.myTrial.responseTimestamp %>
</page>