zach

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Issues with DashedSentence on new farm #7031
    zach
    Participant

    This worked well – thank you!

    in reply to: Issues with DashedSentence on new farm #7000
    zach
    Participant

    Hi Jeremy,

    A belated thanks for this! With canvas.add, I’m not sure how to get wait to work properly. With the code below, it just hangs at the final word. Any idea how to fix this?

    Thanks,
    Zach

    newImage("sb1", "training_sb_inplace.png")
                .settings.size(sb_width, sb_height)
            ,
            newCanvas("sprcanv", canv_width, canv_height)
                .center()
                .add( sb_x_left, 0, getImage("sb1"))
                .print()
            ,
            newController("ds1", "DashedSentence", {s: row.SentenceText, mode: "speeded acceptability", blankText: "+", display: "in place"})
            ,
            getCanvas("sprcanv")
                .add(ds_x_left, ds_y , getController("ds1"))
                .wait()
                .remove()
    • This reply was modified 2 years, 11 months ago by zach.
    • This reply was modified 2 years, 11 months ago by zach.
    • This reply was modified 2 years, 11 months ago by zach.
    in reply to: Results file issue on PCIbex Farm #6425
    zach
    Participant

    Got it, thanks! Could you post a warning somewhere? Since CUNY deadline is approaching, this could be a particularly intensive week of data collection in psycholinguistics.

    in reply to: Removing Canvas after completion of Dashed Sentence #5785
    zach
    Participant

    This worked perfectly – thanks!!

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