Adapting 'Multiple Stimuli go/no-go' Design

Home Forums Support Adapting 'Multiple Stimuli go/no-go' Design

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1478
    Brian D
    Guest

    Hello,

    I am using your Multiple Stimuli go/no-go design as a template for a study that is asking participants to evaluate two words as either being associated or not. However, each block is going to be asking 6 association questions so I copied the Cue and renamed them Cue1, Cue2, Cue3, etc. I am also hoping to have an either ‘Correct’ or ‘Incorrect’ flash on the screen based on their response. The problem I am having right now is that the block is looping through without waiting for a response from the user. The survey simply starts and continues to run until the ‘Exit’ question and then starts over.

    Thus, I first am hoping you can shed some insight onto why it is not waiting for a response and just looping continuously through the survey. Secondly, I am hoping you can give me the variable name that tells me what key the user enters – I know that “ele.userId + ‘[RT]’ === ”” tells you whether or not the user responded, but how do I know if the user pressed the right key? What’s the variable to reveal what the user submitted?

    Thank you,
    Brian

    #1993

    Dear Brian,

    Thanks a lot for your question and apologies for the delay. Please make sure you have defined the correct response per cue (e.g. by referring to a lm field).

    E.g.
    QRTE.setConfig('Cue', 'cresp', '${lm://Field/2}'); //Set Correct response

    (source: http://www.qrtengine.com/tutorials/basic-tutorials/building-a-complex-experiment/)

    For conditional display of feedback, please see an example here:

    http://www.qrtengine.com/tutorials/basic-tutorials/conditional-stimuli/

    Best regards,

    Henk

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Support’ is closed to new topics and replies.