Group: Forum Members
Posts: 78,
Visits: 60
|
Hello
I am using the following code to switch between two different stimulus files based on the subject.id: <include> /precondition = [mod(script.subjectid,2) == 0] /file = "Stimuli1.iqx" </include>
<include> /precondition = [mod(script.subjectid,2) > 0] /file = "Stimuli2.iqx" </include>
How do I store the stimulus-filename in the result? Adding the include property include.file to the columns-specification of the data element did not work. All suggestions are welcome.
Best wishes Jens
|