PennController for IBEX › Forums › Support › Randomize DashedSentence › Reply To: Randomize DashedSentence
February 17, 2021 at 6:24 pm
#6629
Jeremy
Keymaster
Hi,
Yes, it is possible, but the proper syntax is:
Template(row => [ "trials", "PennController", newTrial("trial-begin", newAudio("trial-begin", "trial-begin.mp3").play().wait() ), "DashedSentence", {s: row.sentence}, // ... ])
Also, in case you missed it, you can inject native-Ibex controllers into PennController trials since version 1.7
Jeremy