How do I randomly alternate image and text items?
How do I randomly alternate image items and text items? I'd like to know how do I change the "if" condition to do so.
Here is an image of the sketchpad's script :
It's for an IAT that combines images of faces and words.
Comments
Hi,
You need to have a variable in your sequence, that can have two values, e.g.
var.type = 'image'orvar.type = 'text'. You can define it in a loop table, or in an inline_script. Once it is defined you can retrieve it's current value and presenting respective stimulus by adding this to thesketchpad:show_if = "[type] = 'image'"Good luck,
Edaurd
Thank you Eduard!