Here's an example with <text> elements, but the exact same setup also applies to <pictures>:
<block myblock>
/ trials = [1-6=noreplace(8sec,10sec,12sec)]
</block>
<likert 8sec>
/ stimulustimes = [0=mytext; 8000=erasestim, question]
/ anchors = [1="Yuck"; 5="Splendid"]
</likert>
<likert 10sec>
/ stimulustimes = [0=mytext; 10000=erasestim, question]
/ anchors = [1="Yuck"; 5="Splendid"]
</likert>
<likert 12sec>
/ stimulustimes = [0=mytext; 12000=erasestim, question]
/ anchors = [1="Yuck"; 5="Splendid"]
</likert>
<shape erasestim>
/ color = white
/ shape = rectangle
/ position = (50%, 35%)
/ size = (10%,10%)
/ erase = false
</shape>
<text mytext>
/ items = myitems
/ position = (50%, 35%)
/ size = (10%,10%)
/ select = noreplace
/ erase = false
</text>
<item myitems>
/ 1 = "A"
/ 2 = "B"
/ 3 = "C"
/ 4 = "D"
/ 5 = "E"
/ 6 = "F"
</item>
<text question>
/ items = ("Now rate the stimulus:")
/ position = (50%, 35%)
/ size = (10%,10%)
</text>
I'm just not getting the hang of it... what should I do?
I recommend you thoroughly work through the tutorials contained in the documentation as well as the How-to section.
Regards,
~Dave