pause trial until keypress by participant


Author
Message
Diane
Diane
Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)
Group: Forum Members
Posts: 53, Visits: 131
Great, thanks a lot!

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: 109K
Sure, it's pretty easy:

<block myblock>
/ trials = [1-4=sequence(sentencetrial, picturetrial)]
</block>

<trial sentencetrial>
/ stimulusframes = [1=mysentence]
/ validresponse = (57)
</trial>

<trial picturetrial>
/ stimulusframes = [1=mypicture]
/ validresponse = (57)
</trial>

<text mysentence>
/ items = ("Sentence A", "Sentence B", "Sentence C", "Sentence D")
/ position = (50%, 25%)
/ select = noreplace
/ erase = false
</text>

<text mypicture>
/ items = ("Picture A", "Picture B", "Picture C", "Picture D")
/ position = (50%, 50%)
/ select = text.mysentence.currentindex
</text>

or alternatively

<block myblock>
/ trials = [1-4=sentencetrial]
</block>

<trial sentencetrial>
/ stimulusframes = [1=mysentence]
/ validresponse = (57)
/ branch = [trial.picturetrial]
</trial>

<trial picturetrial>
/ stimulusframes = [1=mypicture]
/ validresponse = (57)
</trial>

<text mysentence>
/ items = ("Sentence A", "Sentence B", "Sentence C", "Sentence D")
/ position = (50%, 25%)
/ select = noreplace
/ erase = false
</text>

<text mypicture>
/ items = ("Picture A", "Picture B", "Picture C", "Picture D")
/ position = (50%, 50%)
/ select = text.mysentence.currentindex
</text>

Diane
Diane
Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)
Group: Forum Members
Posts: 53, Visits: 131
Hi,

I have no idea how to present a pair of trials. In my experiment there should be about 100 of such pairs. The sentence-picture items should be presented in random order, but the pairing is predetermined. Could you give me some guidance?

Thanks,
Diane



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: 109K
You need two <trial> elements to do that. One that displays the sentence (and accepts the spacebar response), followed by one that displays the associated picture.

Diane
Diane
Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)Distinguished Member (4.4K reputation)
Group: Forum Members
Posts: 53, Visits: 131
Hi

How can I set the timing of a trial such that a sentence is displayed until the participant hits a key, followed by a picture that requires a response? The sentence and picture are paired, and I need this because the time needed to read the sentence will vary between participants and sentences.

Thanks
Diane

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search