PennController for IBEX › Forums › Support › Re-reading sentences in the SPR option › Reply To: Re-reading sentences in the SPR option
August 26, 2022 at 1:02 pm
#8366
Jeremy
Keymaster
Hi,
I am not sure how to answer your question. What does your code currently look like? Are you using native controllers? If so, are you inserting them inside a PennController trial (newTrial( /* ... */ newController
) or are you using native-Ibex syntax (items = [ [ // ...
)?
The code from my previous message is just an example: it generates one (unlabeled) trial where you can read a self-paced sentence once or twice before finishing the trial. You can start a new empty project on the farm and paste the code in the editor just below PennController.ResetPrefix()
to try it
Jeremy