The number of milliseconds elapsed from the start of the script to the start of the expt, block, or trial, or the onset of a stimulus.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial> <button> <clearScreen> <clock> <html> <picture> <port> <shape> <sound> <systemBeep> <text> <video> <xid>
object.name.timestamp
Read Only
integer
The following displays the timestamp of a trial element in a text stimulus:
<text myText>
/ items= ("timestamp = <% trial.myTrial.timestamp %>")
</text>
The following displays the timestamp of a trial in an instruction page:
<page myPage>
Timestamp = <% trial.myTrial.timestamp %>
</page>