Text between blocks


Author
Message
manonswart
manonswart
Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)
Group: Forum Members
Posts: 2, Visits: 11
Hello,

I've been trying to implement a text before my block starts. I did this using bgstim but I don't know how I can implement the duration time.


<block anti_saccade>
/ trials = [1-10 = noreplace(fixation_check_left, fixation_check_right)]
/ bgstim = (text.fixationaway)
</block>

I'd like to present the text for 8 seconds before the block starts.

Hope someone can help me out! 

Thanks in advance. 



Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
manonswart - Monday, January 14, 2019
Hello,

I've been trying to implement a text before my block starts. I did this using bgstim but I don't know how I can implement the duration time.


<block anti_saccade>
/ trials = [1-10 = noreplace(fixation_check_left, fixation_check_right)]
/ bgstim = (text.fixationaway)
</block>

I'd like to present the text for 8 seconds before the block starts.

Hope someone can help me out! 

Thanks in advance. 



To do this, you'd set up a <trial> lasting 8 seconds and run that as the first trial in your block, i.e.

<trial fixationaway>
/ stimulusframes = [1=text.fixationaway]
/ validresponse = (0)
/ trialduration = 8000
/ recorddata = false
</trial>

with

<block anti_saccade>
/ trials = [1=fixationaway; 2-11 = noreplace(fixation_check_left, fixation_check_right)]
/ bgstim = (text.fixationaway)
</block>

manonswart
manonswart
Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)Associate Member (159 reputation)
Group: Forum Members
Posts: 2, Visits: 11
Dave - Monday, January 14, 2019
manonswart - Monday, January 14, 2019
Hello,

I've been trying to implement a text before my block starts. I did this using bgstim but I don't know how I can implement the duration time.


<block anti_saccade>
/ trials = [1-10 = noreplace(fixation_check_left, fixation_check_right)]
/ bgstim = (text.fixationaway)
</block>

I'd like to present the text for 8 seconds before the block starts.

Hope someone can help me out! 

Thanks in advance. 



To do this, you'd set up a <trial> lasting 8 seconds and run that as the first trial in your block, i.e.

<trial fixationaway>
/ stimulusframes = [1=text.fixationaway]
/ validresponse = (0)
/ trialduration = 8000
/ recorddata = false
</trial>

with

<block anti_saccade>
/ trials = [1=fixationaway; 2-11 = noreplace(fixation_check_left, fixation_check_right)]
/ bgstim = (text.fixationaway)
</block>

Thanks a lot, Dave! Worked out :-) 
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search