The correctresponse attribute specifies the set of responses considered correct for a given trial.
Applies to
Syntax
/ correctresponse = (stimulusname, stimulusname, stimulusname, ...)Parameters
| stimulusname | The name of a stimulus element defined elsewhere in the script. |
Remarks
The correct response is the currently selected item from any of the specified stimuli.
Examples
In the following trial, pronouncing the currently selected item in "sometext" is considered correct:
<namingtrial mytrial>
/ stimulusframes=[1=sometext]
/ correctresponse=(sometext)
</namingtrial>