Experiment sequence halted/stuck

PennController for IBEX Forums Support Experiment sequence halted/stuck

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9785
    KateK
    Participant

    Hi all!

    I wanted to write to you to see if you have any insight as to why the sequence of my experiment won’t continue past the “Practice” trial.

    You can see the experiment here: https://farm.pcibex.net/r/GwLzuJ/

    The part of the code that seems to be tripping up the sequence is the feedback portion of the “Practice” trial.

    .wait(getScale("practice").test.selected(row.AdultlikeAns) 
            .success(newText("Great! We will now begin the experiment.").print())
            .failure(newText("Sorry, you gave the wrong answer. Please be more careful. Please select the correct answer to continue to the experiment.").print() 

    I’ve compared this to a previous version of this experiment without that feedback/test.selected command, and it continued through the experimental trial, so I’m uncertain as to what it’s getting “stuck on”.

    Thanks again for all of your help and insight!

    #9791
    Jeremy
    Keymaster

    Hi,

    See my answer in this post

    Jeremy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.