Hello,
I am in the process of scripting a learning experiment. Here is my problem. The script looks for picture-stimuli which are stored in various directories. So, there is a directory containing only the practice items, one containing the items to be learnt and so on. The procedure to read the stimuli is stored in an extra exp-file which I include in the main exp-file. Unfortunately, no stimulus-information is stored in the data file despite asking for it. Inquisit stores only a "+" for each stimulusitem.
BTW, I am using Inquist 3.0.4. I attached the exp-file which reads in the stimuli. I guess relevant lines of the main exp-files are:
<include>/file="Stimuli_1_Tag.exp"</include>
<data >/ columns =[subject, trialcode, trialnum, latency, response, correct, stimulusitem, stimulusitem]/ separatefiles = true/ format = free</data>
Best Jens