up Inquisit Language Reference

timestamp property

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.

Member of

<block> <expt> <likert> <openended> <slidertrial> <survey> <surveypage> <trial> <button> <clearscreen> <clock> <html> <picture> <port> <shape> <sound> <systembeep> <text> <video> <xid>

Syntax

object.name.timestamp

Read Only

Type

integer

Remarks

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.