Reply To: Randomize DashedSentence

PennController for IBEX Forums Support Randomize DashedSentence Reply To: Randomize DashedSentence

#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