Reply To: Speeded acceptability judgement task

PennController for IBEX Forums Support Speeded acceptability judgement task Reply To: Speeded acceptability judgement task

#6168
Jeremy
Keymaster

Hi August,

This is what the DashedSentence Ibex controller was written for. You can integrate it into a PennController trial using the Controller element.

Here’s a basic example:

newTrial(
    newController("DashedSentence", {
        s: "This is an example sentence",
        mode: "speeded acceptability",
        display: "in place",
        wordTime: 500
    })
    .print()
    .wait()
)

Let me know if you have questions

Best,
Jeremy