correctresponse attribute

The correctresponse attribute specifies the set of responses considered correct for a given trial.

Applies to

<namingtrial>

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>


Send comments on this topic.
1999-2006 Millisecond Software, LLC. All rights reserved.