Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Get the trial id using the trial_sequence counter, and use that to get the
- # correct row from the stimlist
- trialId = self.get('count_trial_sequence')
- trialCond = exp.stimlist[trialId]
- # Use the columns from the stimlist to set the experimental variables
- exp.set('Target', trialCond[0])
- exp.set('Prime', trialCond[1])
- exp.set('Type', trialCond[2])
- exp.set('TypeCible', trialCond[3])
- exp.set('CorrectAnswer', trialCond[4])
Advertisement
Add Comment
Please, Sign In to add comment