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