Howdy, Stranger!

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

Supported by

Direct feedback

I want to give my participants direct feedback in the form of a green or red fixation dot in the practise loop, but not in the experimental loop. Is there a way to distinguish this between the loop while using the same block sequence?

Comments

  • Well yes,

    In the show iffield of the feedback item (the fixation crosses in your case) you can have a complex condition. Something like that should do:

    [practice] = 'yes' and [correct] =1 # for correct
    [practice] = 'yes' and [correct] =0 # for incorrect
    

    Does it make sense?

    Eduard

    Buy Me A Coffee

  • Works perfectly!

Sign In or Register to comment.