The median response latency for the specified element within the current block.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.medianLatency
Read Only
integer
None.
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>