Insert Function


Author
Message
sarahlynmart@gmail.com
sarahlynmart@gmail.com
Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)Expert (1.5K reputation)
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>

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View

Reading This Topic

Explore
Messages
Mentions
Search