up Inquisit Language Reference

elapsedtime property

The amount of time since the script or experimental event began or a clock was started.

Member of

<block> <clock> <datastream> <expt> <likert> <openended> <script> <slidertrial> <survey> <surveypage> <trial>

Remarks

The time is reported in milliseconds.

Examples

The following displays the value of elapsedtime in a text stimulus:

<text sometext>
/ items= ("elapsedtime = <% script.elapsedtime %>")
</text>

The following displays the value of elapsedtime in an instruction page:

<page somepage>
elapsedtime = <% script.elapsedtime %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.