The median response latency for the specified element over the entire experiment.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.totalMedianLatency
Read Only
integer
None.
The following displays the value of totalmedianLatency in a text stimulus:
<text myText>
/ items= ("totalmedianLatency = <% trial.myTrial.totalmedianLatency %>")
</text>
The following displays the value of totalmedianLatency in an instruction page:
<page myPage>
totalmedianLatency = <% trial.myTrial.totalmedianLatency %>
</page>