The blockfeedback attribute specifies which performance feedback the subject receives at the end of the block.
metric |
One of the following performance metrics:
|
If blockfeedback is specified, an special instruction screen appears at the end of the block reporting the subject's performance. If you wish to present additional performance feedback or to customize the appearance of the feedback page, you may do so using instruction pages with variable replacement expressions for the desired performance metrics.
The following block reports the subject's average latency and percent correct once at the end.
<block myblock>
/ trials=[1-20=noreplace(testtrials, distractortrials)]
/ blockfeedback = (meanlatency, correct)
</block>