PennController for IBEX › Forums › Support › Issues with DashedSentence on new farm › Reply To: Issues with DashedSentence on new farm
May 6, 2021 at 5:11 pm
#6934
Jeremy
Keymaster
Hi Zach,
For some reason using print(x,y,canvas)
adds the Controller element twice onto the page. I need to fix this for the next release of PennController. In the meantime, use canvas.add
:
newController("DashedSentence", {s: row.Sentence, mode: "speeded acceptability", blankText: "+", display: "in place"}) , getCanvas("sprcanv") .add( ds_x_left, ds_y , getController("DashedSentence"))
Jeremy