Hi,
I'm trying to ad a picture (tabel of the stimuli words) to a instruction page. I have done it according to the picture element strategy, but it doesn't seem to work. Where the smiley is, the picture has to be presented. Presenting the categories (also mention as background in the instruction block, do get presented).
Here the script :
<item myinstructions2>
/1 = "Het gaat hier om een simpele sorteer taak.
In het midden van het scherm verschijnen 1 voor 1 één van de onderstaande woorden of een afbeelding.
[:)]
Jouw taak: geef aan of de woorden of de afbeeling bij de bovenstaande categoriën hoort."
Picture
</item>
<picture targetTabel>
/ items = ("Tabel.jpg")
/ size = (20%, 20%)
</picture>
<item targetTabel>
/1 = "Tabel.jpg"
</item>
The instructions:
<text myinstructions2>
/ items = myinstructions2
/ hjustify = left
/ size = (90%, 60%)
/ position = (50%, 90%)
/ valign = bottom
/ select = sequence
</text>
<trial myinstructions2>
/ stimulustimes = [1=myinstructions2, spacebar]
/ correctresponse = (" ")
/ errormessage = false
/ recorddata = false
</trial>
<block myinstructions2>
/ bgstim = (targetTabel, practiseAleft, orleft, practisetargetAleftmixed, practiseBright)
/ trials = [1 =myinstructions2]
/ recorddata = false
</block>
I do not understand why the items of /bgstim (practiseAleft, orleft, practisetargetAleftmixed, practiseBright) do get presented, but not the targetTabel. No errors occur.
I've added the script.