PennController for IBEX › Forums › Support › Speeded acceptability judgement task › Reply To: Speeded acceptability judgement task
September 28, 2020 at 10:28 am
#6168
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