Hello. I am new to this forum and quite new to inquisit.
Soo... I have a question about the batch-script:
I have defined it as:
<batch part1>
/file ="Exp.exp"
/file ="fragebogen.exp"
</batch>
So it runs the experiment first and then runs a questionnaire.
The <data> block is defined in the Exp.exp file as
<data>
/columns = [date, time, values.subjectid, values.taskphase, trialnum, values.itemnumber, values.condition,
values.nrecallread,values.nrecallwrite,values.ipsum,values.mwtsum,response,values.digitback]
</data>
So I have a question now about the data block:
As it is defined in the Exp.exp and not in the questionnaire (fragebogen.exp) where only the likert scale elements and questions + preinstructions/postinstructions are defined, how will the data be saved?
The data block in the Exp.exp requires the subject to give an identification code. Will this identification code be saved for the batch-script globally (experiment + questionnaire) or will it only be saved for the Exp.exp elements?
And if latter: how can I define it to be globally for both scripts?
I hope you understand my question^^