Associating a specific list of item to a specific stimulus


Author
Message
Daniela Ruzzante
Daniela Ruzzante
Associate Member (67 reputation)Associate Member (67 reputation)Associate Member (67 reputation)Associate Member (67 reputation)Associate Member (67 reputation)Associate Member (67 reputation)Associate Member (67 reputation)Associate Member (67 reputation)Associate Member (67 reputation)
Group: Forum Members
Posts: 5, Visits: 18
Hi Everyone, 
I'm not new to inquisit but in this momento I'm having trouble with an experiment I'm building.

  
This is the paradigm i need to build. I have two different kind of stimuli (a figure and a text) that needs to be followed by 8 different word. participant need to say if the word was part of the phrase or not.
The problem is that I have 16 figure and 16 phrases, and each phrases has its own list of words. At the same time, the figure and the phrase, once they have been presented, they do not need to appear again.

I've been able to pair the two stimuli, but now i'm having trouble in pairing the list of words to the specific phrases. Basically, What I need to tell Inquisit is to present list of words "A" only when the first phrase appeard.
This is what i've come so far,, any idea on how to solve the problem?
Many thanks and I hope I've been clear :)

<text frasi>
/ items = frasi
/ position = (50,70)
/ numitems = 4
/ select = values.itemnumber
/ resetinterval = 0
</text>

<item frasi>
/ 1 = "Ha rubato il portafogli"
/ 2 = "Ha aiutato il senzatetto"
/ 3 = "Ha letto tutto il libro in un giorno"
/ 4 = "Si è perso nel parcheggio"
</item>

<picture stimoli>
/ halign = center
/ items = stimoli
/ erase = true (255, 255, 255)
/ numitems = 4
/ select = values.itemnumber
/ position = (50, 40)
/ resetinterval = 0
</picture>

<item stimoli>
/ 1="A1.jpg"
/ 2="A2.jpg"
/ 3="P1.jpg"
/ 4="P2.jpg"
</item>

<list allitemnumbers>
/ poolsize = 4
</list>

<values>
/ itemnumber = 1
</values>

<trial Slides>
/ ontrialbegin = [values.itemnumber = list.allitemnumbers.nextindex]
/ stimulustimes = [0=stimoli; 0=frasi]
/ timeout = 5000
</trial>

<block provaBlocco_1>
/trials = [1 = noreplace(Slides)]
/screencolor = (255, 255, 255)
</block>

<block provaBlocco_2>
/trials = [1 = noreplace(Slides)]
/screencolor = (255, 255, 255)
</block>

<block provaBlocco_3>
/trials = [1 = noreplace(Slides)]
/screencolor = (255, 255, 255)
</block>

<block provaBlocco_4>
/trials = [1 = noreplace(Slides)]
/screencolor = (255, 255, 255)
</block>

************

<text Parole1>
/numitems = 2
/items = ("Portafogli", "Rubato")
/font = ("arial", -30, 600, 0, 49)
/txbgcolor = (255, 255, 255)
/position = (10, 10)
</text>

<text Probe1>
/numitems = 1
/items = ("Disonesto")
/font = ("arial", -30, 600, 0, 49)
/txbgcolor = (255, 255, 255)
/position = (10, 10)
</text>

<trial paroleFrase1>
/validkeys = ("D","K")
/correctresponse = ("D")
/ stimulusframes=[1=Parole1]
/ numframes=2
/posttrialpause = 500
</trial>

<trial probeFrase1>
/validkeys = ("D","K")
/correctresponse = ("K")
/ stimulusframes=[1=Probe1]
/ numframes=1
/posttrialpause = 500
</trial>

<block Compito_1>
/ trials = [1-3 = noreplace(paroleFrase1,probeFrase1)]
/ screencolor = (255, 255, 255)
/ skip
</block>

<expt Prova>
/subjects = (1 of 1)
/blocks = [1= provaBlocco_1; 2=Compito_1]
</expt>
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Reading This Topic

Explore
Messages
Mentions
Search