up Inquisit Language Reference

responseTimestamp property

The number of milliseconds elapsed from the start of the script to the time the response was made.

Member of

<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>

Syntax

event.name.responseTimestamp

Read Only

Type

integer

Remarks

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.