The header attribute specifies whether a header indicating the Inquisit version number is written to the data file.
Applies to
<data>
Syntax
/ header = booleanParameters
| boolean | A boolean value set to true or false. |
Remarks
If set to true, a single line of text is written to the data file at the beginning of each experiment session. Currently, the text reports the version and build number of the Inquisit executable that is currently running. Additional data may be included in future builds. This line of text does not use the experiment's delimiting scheme. Once the data file has been read by the analysis software (e.g., SPSS, Excel), steps should be taken to make sure the headers are not treated like ordinary lines of data.
Examples
The following includes headers in the data file:
<data>
/ header = true
</data>