Thanks for your response.
To explain further, the issue I am having has to deal with is this,
hopefully I will be clearer this time--
So the TrialList has Alternating rows with weight 20 (the stimuli) and
weight 0 (the break)
The problem arises for me because none of the stimuli have been
randomized, as I said above, in a script. This scripts populated the
stimArray (stimulus array) with files defined as stim=1,2,and 4
(follows below)
blockNum = 1 then
stim = switch(stimArray(trialNum,blockNum)=1, "Stim2//
n1_f_ju2_1.wav", _
stimArray(trialNum,blockNum)=2, "Stim2//n1_f_ju4_3.wav", _
stimArray(trialNum,blockNum)=3, "Stim2//n1_f_ci2_2.wav", _
stimArray(trialNum,blockNum)=4, "Stim2//n1_f_ci4_4.wav")
c.setAttrib "Stimulus", stim
Now, #4 is the DEVIANT stimuli I need to mark as {SPACE} being the
CRESP1 and no input as FALSE1, while #'s 1 and 3 I need to mark the a
{SPACE} as FALSE2 and no response as CRESP2
Basically, in the end, I need to make the output information DEPENDENT
on the stimuli that the earlier randomizing script place in the
stimulus array