Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

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' or var.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 the sketchpad: show_if = "[type] = 'image'"

    Good luck,

    Edaurd

    Buy Me A Coffee

  • Thank you Eduard!

Sign In or Register to comment.