Milliseconds in Millisecond


Author
Message
Kuba S
Kuba S
Esteemed Member (1.5K reputation)Esteemed Member (1.5K reputation)Esteemed Member (1.5K reputation)Esteemed Member (1.5K reputation)Esteemed Member (1.5K reputation)Esteemed Member (1.5K reputation)Esteemed Member (1.5K reputation)Esteemed Member (1.5K reputation)Esteemed Member (1.5K reputation)
Group: Forum Members
Posts: 16, Visits: 1

Hi there again!


Can I ask you for your advise?


I want to write an experiment with priming like this:


(80 milliseconds) Mask -> (12 milliseconds) Stimuli -> (80 milliseconds) Mask


I used "trialduration" to deteremine milliseconds for mask and stimuli as well. Need to say that after running it doesn't look like thing that I would like to have - an especially 12 milliseconds stimuli (I can see it without no additional effort).
Do I have my milliseconds corect?



BTW.
Is there's some way to randomise /hposition in picture element and then in MASK (shape element) get the exactly same value for /hposition?



--- A1 ---


<picture picture_A1>
/ items = ("XXX.jpg")
/ hposition = 15
/ vposition = 15
/size = (20%, 20%)
</picture>

<shape mascingA1>
/ shape = rectangle
/ size = (250, 250)
/ color = black
/ hposition = picture.picture_A1.hposition
/ vposition = picture.picture_A1.vposition
</shape>

--- A2 ---

<picture picture_A2>
/ items = ("XXX.jpg")
/ hposition = 80
/ vposition = 80
/size = (20%, 20%)
</picture>

<shape mascingA2>
/ shape = rectangle
/ size = (250, 250)
/ color = black
/ hposition = picture.picture_A2.hposition
/ vposition = picture.picture_A2.vposition
</shape>

<shape blank>
/ shape = rectangle
/ size = (250, 250)
/ color = blue
</shape>

<shape blank2>
/ shape = rectangle
/ size = (250, 250)
/ color = yellow
</shape>

<shape blank3>
/ shape = rectangle
/ size = (250, 250)
/ color = brown
</shape>

<shape blank4>
/ shape = rectangle
/ size = (250, 250)
/ color = black
</shape>


--- A1 ---
<trial blysk1>
/ stimulusframes = [1=random(blank, blank2,blank3)]
/ trialduration = 80
/ correctresponse = (noresponse)
</trial>

<trial mascA1>
/ stimulusframes = [2=random(blank, blank2,blank3);6= mascingA1]
/ correctresponse = (noresponse)
/ trialduration = 80
</trial>

<trial logoA1>
/ stimulusframes = [1= picture_A1]
/ correctresponse = (noresponse)
/ trialduration = 12
</trial>

<trial mascA1_2>
/ stimulusframes = [2=random(blank, blank2,blank3);6= mascingA1]
/ correctresponse = (noresponse)
/ trialduration = 80
</trial>


--- A2 ---

<trial mascA2>
/ stimulusframes = [2=random(blank, blank2,blank3);6= mascingA2]
/ correctresponse = (noresponse)
/ trialduration = 80
</trial>

<trial logoA2>
/ stimulusframes = [1= picture_A2]
/ correctresponse = (noresponse)
/ trialduration = 12
</trial>

<trial mascA2_2>
/ stimulusframes = [2=random(blank, blank2,blank3);6= mascingA2]
/ correctresponse = (noresponse)
/ trialduration = 80
</trial>


--- Blocks ---

<block block_1A>
/ screencolor = (255, 255, 255)
/ trials = [1 = blysk1; 2= mascA1; 3=logoA1; 4=mascA1_2]
</block>

<block block_2A>
/ screencolor = (255, 255, 255)
/ trials = [1 = blysk1; 2= mascA2; 3=logoA2; 4=mascA2_2]
</block>


--- Experiment ---

<expt>
/ blocks = [1= random(block_1A, block_2A)]
</expt


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Kuba S - 15 Years Ago
Dave - 15 Years Ago
LSca15 - 12 Years Ago
Dave - 12 Years Ago
                     OK, great, thanks!
So in terms of testing the quality of my...
LSca15 - 12 Years Ago
                         In case anyone else is interested in this thread, I will share that,...
LSca15 - 12 Years Ago
                             PS -- Dave, I had one more quick question about the subliminal priming...
LSca15 - 12 Years Ago
                                 #1: Note that /responsemode=timeout(1000) is not the same as...
Dave - 12 Years Ago
                                     Great, that is very helpful, thanks!
LSca15 - 12 Years Ago

Reading This Topic

Explore
Messages
Mentions
Search