Group: Forum Members
Posts: 38,
Visits: 173
|
Good morning,
I am having an issue presenting stimuli in a simple plain sequence (as appeared in the text element) for a second - but they are presenting in random order. My script is as follows:
-----------------------Script------------------------------------------------- <block showABC> / trials = [1-10 = sequence(a)] / recorddata = false </block>
<trial a> / stimulusframes = [1=clearscreen, backgroundcolor, abc] / timeout = 1000 </trial>
<shape backgroundcolor> / shape = rectangle / color = black / erase = false / size = (100%, 100%) </shape>
<text abc> / items = ("A", "B", "C", "D", "E", "F", "G", "H", "I", "J") / txcolor = white / txbgcolor = transparent / fontstyle = ("Arial", 70pt, true) / erase = false </text> ---------------------End-----------------------------------------
Any help would be appreciated.
Thank you. Best regards.
|