up Inquisit Language Reference

medianLatency property

The median response latency for the specified element within the current block.

Member of

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

Syntax

event.name.medianLatency

Read Only

Type

integer

Remarks

None.

Examples

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

<text myText>
/ items= ("medianLatency = <% trial.myTrial.medianLatency %>")
</text>

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

<page myPage>
medianLatency = <% trial.myTrial.medianLatency %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.