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>