Obsolete. The trialcode attribute specifies the used to identify the trial in the data file.
Applies to
<trial> <likert> <openended> <namingtrial>
Syntax
/ trialcode = "string"Parameters
| string | A quoted string indicating the value to be written to the data file. |
Remarks
This attribute is obsolete. By default, Inquisit records the name of the trial element as the trialcode, so there is little reason to specify the trialcode attribute.
Each time a trial is executed, a single line of data is recorded to the data file. The string specified by the trialcode attribute will be written to the "trialcode" column in the datafile, allowing the trial instance to be easily identified from the data. Each trial defined in the script should have a unique trialcode. It's a good idea to specify trialcode strings that can be used to identify experimental conditions represented by the trial.
Examples