Group: Forum Members
Posts: 12,
Visits: 52
|
Hello,
I'm having trouble with inserting a fixation cross as its own trial to signify the beginning of the experimental task (fixation cross presented for 500ms). Can you tell me if I need to do anything additional? I have copy/pasted relevant trial, block, and experiment code for your reference. Thank you for your help!
<text fixationcross> / items = ("+") / position = (50%, 50%) / fontstyle = ("Arial", values.fixationcross_height, false, false, false, false, 5, 1) </text>
<trial fixationcross> / ontrialbegin = [text.fixationcross] / trialduration = values.fixationduration </trial>
<block fixationcross> / trials = [1 = fixationcross] </block>
<expt > /preinstructions = (learninginstructions) /postinstructions = (end) /blocks = [1 = fixationcross; 2 = learning; 3 = test] /onexptend = [values.completed = 1] </expt>
|