Group: Forum Members
Posts: 2,
Visits: 14
|
Hi, everybody. I´m new to Inquisit and only have done a very simple AMP Task till now. Which is basically a modified IAT. Also I only have a little experience in programming. Now I´m being pushed into the cold water. I have to create an Emotional Stroop Task (different from the one in the library).
Basically happy and fearful faces with the words Happy and Fearful written on them. Either congruent or incongruent. So I named the stimuli MxHH (Male, counting variable, Happy Face, Happy Word) So far so good. The Problem is I can´t present the Stimuli just at random. There are certain criteria.
1. I need an equal number of stimuli combinations of congruent - congruent, congruent - incongruent, incongruent - congruent and incongruent - incongruent. Example: Trial 1 -> Incongruent -> (With no preceding trial there is no combination) Trial 2 -> Congruent -> I-C Combination Trial 3 -> Congruent -> C-C Combination
2. Additionally I need some way to set an id for each combination in the data output for later Spss voodoo.
3. After for example M1HH appeared as Stimulus. M1 in any Face/Word Combination can´t appear in the following trial. I can´t have the same face twice.
4. After a MxHH combination, no HH combination can follow. It must be a FH, FF, HF. So I can´t have the same Face/Word Combination twice. I don´t even have an idea what to do about the pseudorandomization in problem 1. I have an idea what to do about problem 2-4 but don´t know how to do it. Problem 2 could be solved by comparing the current trial with the preceding one and setting an id. Problem 3 and 4 could be solved comparing the current trial with his preceding one and exclude certain stimuli before the stimuli appears. I´m so far out of my depth I don´t even know where to look for answers in the Inquisit Documentation. Can you tell me which commands i should check? Is there maybe an experiment in the library which has done something similar which you can point me at? Looked through some but didn´t find or recognized what I needed. And sorry for the wall of text. ;)
|