bixprag

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Feedback based on slider scale selection #10399
    bixprag
    Participant

    Hi, Jeremy!

    That works perfectly! Thank you so much for all your help!

    Best,
    TS

    in reply to: Feedback based on slider scale selection #10395
    bixprag
    Participant

    Hello again,

    I’m afraid I’ve stumbled into another issue related to this question. While I’m now able to provide feedback for clicks on the left and right side of the slider, the procedure halts if I just click “Next” without clicking/selecting a value on the slider first. Ideally, I would like to provide a feedback in this case, too. I’ve tried using *getScale(“”).test.selected()…* conjoined to the function you provided in your earlier post by means of *.(and)*, but that doesn’t work. Also, a strategy I’ve been using just to check whether other scales have been clicked, doesn’t work here:

    newFunction("WaitSelect2", function(){ getScale("Gelungen")._element.jQueryElement.click(()=>this.scaleClicked=true) }).call()
    
    // ...
    
    newButton("Next")
            .center()
            .print()
            .wait(newFunction(function(){return this.scaleClicked;}).test.is(true).failure() // ...
    

    The link to a minimal working example is here:

    https://farm.pcibex.net/r/rAxemd/

    Thank you,
    -TS

    in reply to: Feedback based on slider scale selection #10391
    bixprag
    Participant

    Hello, Jeremy,

    thank you very much. It works perfectly!

    Best,
    TS

Viewing 3 posts - 1 through 3 (of 3 total)