The percent of responses inside the response window for the specified element within the current block.
Applies to
<trial> <openended> <likert> <namingtrial> <block> <expt>
Remarks
None.
Examples
The following displays the value of percentinwindow in a text stimulus:
<text sometext>
/ items= ("percentinwindow = <% trial.sometrial.percentinwindow %>")
</text>
The following displays the value of percentinwindow in an instruction page:
<page somepage>
percentinwindow = <% trial.sometrial.percentinwindow %>
</page>