Howdy, Stranger!

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

Supported by

Presenting a white noise in ~10% of the trials in a block

In a flanker task, I want to present a white noise in 2 blocks out of four. Participants to be informed whether they would hear a white noise at the beginning of each block. On noise blocks the noise to be presented on ~10% of the trials.
Please, could you advice how to do it?

Comments

  • Hi,

    In the loop_table of your block loop, you can have a variable called block_type that can have the values noise, no_noise. Next, in the loop table of your trial_loop you add a variable trial_type with the values noise or no_noise. Finally, in the trial_sequence, you change the show_if fields of your noise patches to [block_type]='noise' and [trial_type]='noise'. That is an example, you can do it in many many different ways. I hope this gives you enough ideas to get started.

    Eduard

    Buy Me A Coffee

  • Dear Eduard
    Many thanks for the instruction.
    That really works.

    Peace,
    Masoud

Sign In or Register to comment.