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