Flicker Paradigm


Author
Message
lovecanines
lovecanines
Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)
Group: Forum Members
Posts: 2, Visits: 6
Hi all, 
The script provides three change types.
Is there a way to provide a test with only one change type?
For example: let's say I only want to test pictures with item present or absent but not changes in colors or locations. 

Thanks.
Gal
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: 105K
lovecanines - Friday, November 10, 2017
Hi all, 
The script provides three change types.
Is there a way to provide a test with only one change type?
For example: let's say I only want to test pictures with item present or absent but not changes in colors or locations. 

Thanks.
Gal

> Is there a way to provide a test with only one change type?

Yes. The change types are sampled from <list> elements:

Note: selects randomly without replacement a trial sequence presenting stimuli with location (1), presence/absence (2) or color changes
=> each change type trial sequence is selected equally often
<list changetype_Mixed>
/items = (1, 2, 3)
/poolsize = parameters.max_numberoftrials
/replace = false
/resetinterval = 1
</list>

***********************************
Test Lists: BLOCKED design
***********************************

Note: selects randomly without replacement a trial sequence presenting stimuli with location (1), presence/absence (2) or color changes
=> each change type trial sequence is selected equally often
<list changetype_Blocked>
/items = (1, 2, 3)
/poolsize = parameters.max_numberoftrials/2
/replace = false
/resetinterval = 1
</list>

You can eliminate the change types you don't want from the <list>s' /items.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search